We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c8d90 commit 1164db4Copy full SHA for 1164db4
docker-compose.yaml
@@ -32,7 +32,7 @@ services:
32
app:
33
build: .
34
volumes:
35
- - "./:/app"
+ - "./app:/code"
36
ports:
37
- "5050:5050"
38
depends_on:
0 commit comments