Merge pull request #1 from Priyatham-sai-chand/Priyatham-sai-chand/gitpod-setup
Fully automate dev setup with Gitpod
This commit is contained in:
commit
8c7bd27a71
|
@ -0,0 +1,7 @@
|
|||
FROM gitpod/workspace-mongodb
|
||||
|
||||
# Install custom tools, runtimes, etc.
|
||||
# For example "bastet", a command-line tetris clone:
|
||||
# RUN brew install bastet
|
||||
#
|
||||
# More information: https://www.gitpod.io/docs/config-docker/
|
|
@ -0,0 +1,6 @@
|
|||
image:
|
||||
file: .gitpod.Dockerfile
|
||||
|
||||
tasks:
|
||||
- init: npm install && npm run build
|
||||
command: npm run start
|
Loading…
Reference in New Issue