2023-08-16 03:30:35 +00:00
|
|
|
contents:
|
|
|
|
repositories:
|
|
|
|
- https://dl-cdn.alpinelinux.org/alpine/edge/main
|
2023-08-16 19:03:01 +00:00
|
|
|
- https://dl-cdn.alpinelinux.org/alpine/edge/community
|
2023-08-16 03:30:35 +00:00
|
|
|
packages:
|
|
|
|
- busybox
|
|
|
|
- nghttp2
|
2023-08-16 19:03:01 +00:00
|
|
|
- nodejs-current
|
|
|
|
- npm
|
2023-08-16 03:30:35 +00:00
|
|
|
|
|
|
|
paths:
|
|
|
|
- path: /app
|
|
|
|
type: directory
|
|
|
|
permissions: 0o777
|
|
|
|
|
|
|
|
work-dir: /app
|
|
|
|
|
|
|
|
environment:
|
|
|
|
NODE_PORT: 3000
|
|
|
|
PATH: '/usr/sbin:/sbin:/usr/bin:/bin'
|
|
|
|
NPM_CONFIG_UPDATE_NOTIFIER: false
|
|
|
|
|
|
|
|
entrypoint:
|
|
|
|
command: /usr/bin/node
|
|
|
|
cmd: --help
|
|
|
|
|
|
|
|
archs:
|
|
|
|
- amd64
|
|
|
|
- arm64
|
|
|
|
- riscv64
|