riscv-docker/node/apko.yaml

33 lines
540 B
YAML
Raw Normal View History

2023-08-16 03:30:35 +00:00
contents:
repositories:
- https://dl-cdn.alpinelinux.org/alpine/edge/main
- https://dl-cdn.alpinelinux.org/alpine/edge/community
2023-08-16 03:30:35 +00:00
packages:
- busybox
2023-08-16 19:07:45 +00:00
- alpine-release
- ca-certificates-bundle
2023-08-16 03:30:35 +00:00
- nghttp2
- 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