Move production to the default and devlopment to alternate

This commit is contained in:
Ryan W
2023-10-15 16:47:24 -07:00
parent 7840d6b9fc
commit d20e2bae89
9 changed files with 128 additions and 130 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ docker compose up --build
### with [BuildKit](https://docs.docker.com/build/buildkit/)
```
DOCKER_BUILDKIT=1 docker build --tag rails-on-docker --file production.Dockerfile . --load
DOCKER_BUILDKIT=1 docker build --tag rails-on-docker --load .
```
Test the image can be used and Rails starts up, use a fake key for testing purposes only: