Skip to content

Commit

Permalink
don't regen keys during startup
Browse files Browse the repository at this point in the history
  • Loading branch information
suprjinx committed Oct 15, 2024
1 parent 99e14c3 commit 786b869
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 @@ -20,7 +20,7 @@
"forwardPorts": [3000, 5432, 8200],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "bundle install && rake configure:ssl && rake db:setup",
"postCreateCommand": "bundle install && rake db:setup",

// Configure tool-specific properties.
// "customizations": {},
Expand Down

0 comments on commit 786b869

Please sign in to comment.