feat: add Makefile and docker-compose production overlay
This commit is contained in:
9
docker-compose.prod.yml
Normal file
9
docker-compose.prod.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
image: cgr-next-js-prod
|
||||
volumes: !reset []
|
||||
command: !reset []
|
||||
ports:
|
||||
- "80:3000"
|
||||
restart: always
|
||||
Reference in New Issue
Block a user