Docker again
This commit is contained in:
10
latosa-frontend/docker-compose.yaml
Normal file
10
latosa-frontend/docker-compose.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
latosa-escrima.fr:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
restart: always # Ensures the container restarts on failure or Docker restart
|
||||
Reference in New Issue
Block a user