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 fika-builder
RUN apk add --no-cache git git-lfs unzip && \
git clone -b spt-3.10 https://github.com/project-fika/Fika-Server.git /fika-server && \
git clone -b main https://github.com/project-fika/Fika-Server.git /fika-server && \
cd /fika-server && \
npm install && npm run build && \
mkdir output && cd output && unzip /fika-server/dist/fika-server.zip