Skip to content

Commit

Permalink
tmp remove bin/setup to speed things up
Browse files Browse the repository at this point in the history
  • Loading branch information
ericboehs committed May 21, 2024
1 parent 1556b1e commit 3e5ca32
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "gibct-data-service",
"dockerComposeFile": "compose.yaml",
"service": "rails-app",
"build": {
"dockerfile": "Dockerfile",
"context": ".."
},
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
"features": {
"ghcr.io/devcontainers/features/docker-outside-of-docker": {},
Expand All @@ -27,7 +29,5 @@
},
"forwardPorts": [
3000
],
"onCreateCommand": "bin/setup",
"postCreateCommand": "bin/setup"
]
}

0 comments on commit 3e5ca32

Please sign in to comment.