mirror of
https://github.com/fergalmoran/onearmy-community-platform.git
synced 2025-12-22 09:37:54 +00:00
14 lines
260 B
YAML
14 lines
260 B
YAML
image: node:20
|
|
tasks:
|
|
- init: yarn install && yarn run build
|
|
command: yarn run start
|
|
|
|
# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/
|
|
ports:
|
|
- port: 3000
|
|
onOpen: open-browser
|
|
|
|
github:
|
|
prebuilds:
|
|
branches: true
|