Skip to content

Commit

Permalink
envfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yindaheng98 committed Nov 13, 2023
1 parent 8d41c8c commit 62b7c96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .devcontainer/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dev.env
4 changes: 3 additions & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ services:
volumes:
- ../:/app
working_dir: /app
command: /bin/sh
command: /bin/sh
env_file:
- dev.env

0 comments on commit 62b7c96

Please sign in to comment.