mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
fix: update devcontainer
This commit is contained in:
parent
0f3db459cb
commit
90bacea7ed
3 changed files with 4 additions and 3 deletions
|
|
@ -10,6 +10,7 @@
|
|||
"ghcr.io/devcontainers/features/node:1": {}
|
||||
},
|
||||
"onCreateCommand": "./.devcontainer/on-create.sh",
|
||||
"postStartCommand": "./.devcontainer/post-start.sh",
|
||||
"forwardPorts": [
|
||||
3000,
|
||||
54320,
|
||||
|
|
|
|||
|
|
@ -16,6 +16,3 @@ set +a
|
|||
|
||||
# Run the migrations
|
||||
npm run -w @documenso/prisma prisma:migrate-dev
|
||||
|
||||
# Start the app
|
||||
npm run dev
|
||||
|
|
|
|||
3
.devcontainer/post-start.sh
Executable file
3
.devcontainer/post-start.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
npm run dev
|
||||
Loading…
Reference in a new issue