fixed port for deployment

This commit is contained in:
ngn 2023-11-12 18:25:14 +03:00
parent 63c2ff2d76
commit 7eaa982684

View File

@ -38,7 +38,7 @@ services:
app:
build: ./app
ports:
- "127.0.0.1:7002:7002"
- "127.0.0.1:7002:4173"
depends_on:
- api
env_file: all.env