This commit is contained in:
ingi 2026-05-16 10:06:48 +00:00
parent 6c59d37a19
commit 75c8f70622
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
version: '3.8' version: '3.8'
services: services:
node-app: node-app:
build: . build:
context: ./server
dockerfile: Dockerfile
container_name: iykyk_msn-service container_name: iykyk_msn-service
restart: always restart: always
ports: ports: