Skip to content

Commit

Permalink
chore(devcontainer):update docker config
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibaut-Mouton committed Nov 20, 2024
1 parent 2a6f3b4 commit 880427e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"name": "flm-backend",
"dockerComposeFile": "docker-compose.yml",
"service": "flm-back",
"postCreateCommand": "echo 'containers up'"
"workspaceFolder": "/workspace"
}
2 changes: 1 addition & 1 deletion backend/.devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
context: .
dockerfile: Dockerfile
volumes:
- ../..:/workspaces:cached
- .:/workspace:cached
command: sleep infinity
ports:
- "9090:9090"
Expand Down

0 comments on commit 880427e

Please sign in to comment.