Merge branch 'main' of github.com:Priyatham-sai-chand/locaft into main
This commit is contained in:
commit
be5004c1e0
|
@ -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
|
|
@ -1,7 +1,8 @@
|
|||
|
||||
|
||||
|
||||

|
||||
|
||||
[](https://gitpod.io/#https://github.com/Priyatham-sai-chand/Locaft)
|
||||

|
||||

|
||||

|
||||
|
|
Loading…
Reference in New Issue