fix the incorrect branch of spt-server in docker image 'latest-fika'

This commit is contained in:
AirryCo
2024-12-03 13:52:28 +08:00
parent 11e497b78f
commit f6582ebae6

View File

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