Production dockerfile

This commit is contained in:
Ryan W
2022-04-24 22:52:31 -07:00
parent b08ef5122f
commit dd7090b107
3 changed files with 51 additions and 0 deletions
+6
View File
@@ -53,6 +53,12 @@ docker compose run --rm web bundle update
docker compose up --build
```
## Production build
```
docker build -f production.Dockerfile .
```
## Credits/References
### Rails with Docker