You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
appsettings.Development.json has to have this connection string: Server=localhost;Port=5432;User Id=appuser;Password=secret;Database=store
when the server is running in docker check Server value in the connection string to host.docker.internal, final value should be: Server=host.docker.internal;Port=5432;User Id=appuser;Password=secret;Database=store
docker
Docker file is included in the project, API directory, navigate there and run:
docker build -t <username>/megastore .
If building the image on new Mac M1, you might need to build the image with the following command: