Skip to content
This repository was archived by the owner on Jun 29, 2024. It is now read-only.

shadrix/eShop

Repository files navigation

#!!!!!SETUP STEPS!!!!! Update host file on your PC like this instruction https://www.nublue.co.uk/guides/edit-hosts-file/#:~:text=In%20Windows%2010%20the%20hosts,%5CDrivers%5Cetc%5Chosts.

Need to path these lines

127.0.0.1 www.alevelwebsite.com
0.0.0.0 www.alevelwebsite.com
192.168.0.4 www.alevelwebsite.com

#docker docker-compose build --no-cache

docker-compose up

#Add-Migration dotnet ef --startup-project Catalog/Catalog.Host migrations add InitialMigration --project Catalog/Catalog.Host

#Update-Migration dotnet ef --startup-project Catalog/Catalog.Host database update InitialMigration --project Catalog/Catalog.Host

#Remove-Migration dotnet ef --startup-project Catalog/Catalog.Host migrations remove --project Catalog/Catalog.Host -f

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors