Dev Docker container (#35)

This commit is contained in:
John Wu
2021-05-04 16:19:05 -07:00
committed by GitHub
parent 742e3047e0
commit dc30ee259a
3 changed files with 13 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ Running locally
Running Docker container
1. Copy .env.template to .env and edit the service urls for authentication and api services
2. Build the image `docker build -t fiskerinc/portal .`
2. Build the image `docker build -t fiskerinc/portal --file Dockerfile.dev .`
3. Start the container `docker run -p 3000:80 fiskerinc/portal`
4. Access portal at localhost:3000