🚚(docker) move frontend docker config

Move frontend docker config to
src/frontend/Dockerfile.
This commit is contained in:
Anthony LC
2024-04-15 09:32:47 +02:00
committed by Anthony LC
parent c2fb55506d
commit 2dc2341052
6 changed files with 65 additions and 63 deletions

View File

@@ -120,7 +120,9 @@ services:
y-webrtc-signaling:
build:
context: ./src/frontend/
context: .
dockerfile: ./src/frontend/Dockerfile
target: y-webrtc-signaling
restart: unless-stopped
ports:
- "4444:4444"