fix rfront path
This commit is contained in:
parent
d253b23916
commit
c3478b8fc0
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ services:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
image: rfront:latest
|
image: rfront:latest
|
||||||
volumes:
|
volumes:
|
||||||
- "./rfront:/usr/src/app"
|
- "./src/rfront:/usr/src/app"
|
||||||
- "/usr/src/app/node_modules"
|
- "/usr/src/app/node_modules"
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
|
|
Loading…
Reference in a new issue