fix the incorrect branch of spt-server in docker image 'latest-fika'
This commit is contained in:
@@ -7,7 +7,7 @@ RUN apk add --no-cache git unzip && \
|
|||||||
|
|
||||||
FROM node:20.11.1-alpine AS server-builder
|
FROM node:20.11.1-alpine AS server-builder
|
||||||
RUN apk add --no-cache git git-lfs && \
|
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 /snapshot && git lfs pull && \
|
||||||
cd project && \
|
cd project && \
|
||||||
npm install && npm run build:release
|
npm install && npm run build:release
|
||||||
|
|||||||
Reference in New Issue
Block a user