mirror of
https://github.com/Vale54321/schafkop-neu.git
synced 2025-12-13 10:39:33 +01:00
first commit
This commit is contained in:
8
frontend/docker-compose.yml
Normal file
8
frontend/docker-compose.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
frontend:
|
||||
build: .
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
ports:
|
||||
- "80:80"
|
||||
Reference in New Issue
Block a user