Skip to content

Commit

Permalink
chore: update dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
labasubagia committed Jan 30, 2024
1 parent 2a21e0b commit be54aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"shutdownAction": "stopCompose",
"forwardPorts": [5000],
"remoteUser": "vscode",
"initializeCommand": ["cp .env.docker .env", "cp .env.docker.test.example .env.test"],
"initializeCommand": "cp .env.docker .env && cp .env.docker.test.example .env.test",
"customizations": {
"vscode": {
"extensions": [
Expand Down

0 comments on commit be54aa4

Please sign in to comment.