fix rfront path

This commit is contained in:
deflax 2024-04-17 15:18:04 +03:00
parent d253b23916
commit c3478b8fc0

View file

@ -56,7 +56,7 @@ services:
dockerfile: Dockerfile
image: rfront:latest
volumes:
- "./rfront:/usr/src/app"
- "./src/rfront:/usr/src/app"
- "/usr/src/app/node_modules"
ports:
- 3000:3000