mirror of
https://github.com/nushell/nushell
synced 2024-12-26 04:53:09 +00:00
Update .gitpod.yml
This commit is contained in:
parent
6617731d5b
commit
ac116f4f7c
1 changed files with 1 additions and 10 deletions
11
.gitpod.yml
11
.gitpod.yml
|
@ -1,11 +1,2 @@
|
|||
image:
|
||||
file: docker/Dockerfile
|
||||
|
||||
# List the ports you want to expose and what to do when they are served. See https://www.gitpod.io/docs/43_config_ports/
|
||||
ports:
|
||||
- port: 3000
|
||||
|
||||
# List the start up tasks. You can start them in parallel in multiple terminals. See https://www.gitpod.io/docs/44_config_start_tasks/
|
||||
tasks:
|
||||
- init: echo 'init script' # runs during prebuild
|
||||
command: echo 'start script'
|
||||
file: .gitpod.dockerfile
|
||||
|
|
Loading…
Reference in a new issue