mirror of
https://github.com/nushell/nushell.git
synced 2024-11-30 04:14:17 +01:00
1da6ac8de7
new file: .gitpod.Dockerfile new file: .gitpod.yml
12 lines
399 B
YAML
12 lines
399 B
YAML
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'
|