Docker once again

This commit is contained in:
cdricms
2025-01-13 15:53:54 +01:00
parent dab5c193e0
commit b7167ed3d0

View File

@@ -1,10 +0,0 @@
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