mirror of
https://github.com/supanadit/todo.git
synced 2025-05-05 04:49:56 +00:00
chore: change workspaces mount
This commit is contained in:
parent
9ac647acf6
commit
0c979536ee
@ -4,7 +4,7 @@
|
||||
"name": "PHP",
|
||||
"dockerComposeFile": "docker-compose.yml",
|
||||
"service": "app",
|
||||
"workspaceFolder": "/var/www/html",
|
||||
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
|
||||
"features": {
|
||||
"ghcr.io/devcontainers/features/git:1": {}
|
||||
},
|
||||
|
@ -7,7 +7,7 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
|
||||
volumes:
|
||||
- ../:/var/www/html:cached
|
||||
- ../..:/workspaces:cached
|
||||
|
||||
# Overrides default command so things don't shut down after the process ends.
|
||||
command: sleep infinity
|
||||
|
Loading…
x
Reference in New Issue
Block a user