Logo
Explore Help
Sign In
OpenWF/SpaceNinjaServer
19
22
Fork 23
You've already forked SpaceNinjaServer
Code Issues 27 Pull Requests 3 Actions Packages Projects Releases Activity
SpaceNinjaServer/Dockerfile

12 lines
192 B
Docker
Raw Normal View History

chore: update nodejs version in Dockerfile (#2199) Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2199 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-06-18 10:23:39 -07:00
FROM node:24-alpine3.21
Initial commit
2023-05-19 15:22:48 -03:00
fix(docker): install node-gyp deps to fix arm64 build
2025-06-22 15:45:21 +02:00
RUN apk add --no-cache bash jq python3 make gcc alpine-sdk
feat: create Docker image, set up Docker CI (#528)
2024-10-10 23:07:37 +03:00
COPY . /app
WORKDIR /app
chore(docker): use file-based config & precompile code in image (#2202) Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2202 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-06-19 04:23:10 -07:00
RUN npm i --omit=dev
RUN npm run build
feat: create Docker image, set up Docker CI (#528)
2024-10-10 23:07:37 +03:00
ENTRYPOINT ["/app/docker-entrypoint.sh"]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.3 Page: 221ms Template: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API