[REF]: refactor some ts errors for build and docker-compose file for dev mode

This commit is contained in:
behnamrhp 2023-05-23 15:56:50 +03:00
parent ed3656023b
commit d95f19feef

View File

@ -4,6 +4,7 @@ services:
dipal-panel: dipal-panel:
ports: ports:
- 5173:5173 - 5173:5173
env_file: .env.development
build: build:
context: ./ context: ./
dockerfile: Dockerfile dockerfile: Dockerfile