switch RELEASE_BRANCH to master

- add fika-server built-in to release version

- add Dockerfiles
This commit is contained in:
AirryCo
2024-11-27 12:48:32 +08:00
parent 51f4d9e1be
commit 4963486432
7 changed files with 399 additions and 285 deletions

View File

@@ -1,6 +1,6 @@
FROM node:20.11.1-alpine AS server-builder
RUN apk add --no-cache git git-lfs && \
git clone -b 3.10.0-DEV https://github.com/AirryCo/spt-server.git /spt-server && \
git clone -b master https://github.com/AirryCo/spt-server.git /spt-server && \
cd /spt-server && git lfs pull && \
cd project && \
npm install && npm run build:release