Spaces:
Sleeping
Sleeping
Commit
·
14493ec
1
Parent(s):
e35b8bb
yamlの変更
Browse files- docker-compose.yaml +1 -1
docker-compose.yaml
CHANGED
@@ -7,7 +7,7 @@ services:
|
|
7 |
context: .
|
8 |
dockerfile: Dockerfile
|
9 |
volumes:
|
10 |
-
- .:/
|
11 |
tty: true
|
12 |
env_file:
|
13 |
- .env
|
|
|
7 |
context: .
|
8 |
dockerfile: Dockerfile
|
9 |
volumes:
|
10 |
+
- .:/app/
|
11 |
tty: true
|
12 |
env_file:
|
13 |
- .env
|