commit
0b4a8c4f6a
@ -1,4 +1,4 @@
|
||||
FROM node:14-alpine3.14
|
||||
FROM node:12.18-alpine3.12
|
||||
WORKDIR /home/node/app
|
||||
COPY package*.json ./
|
||||
RUN npm install && npm install -g browserify nexe@3.3.7
|
||||
|
||||
@ -10,6 +10,7 @@ npm run build || exit 1
|
||||
npm run compile || exit 1
|
||||
cp -R ./web ./dist/web
|
||||
cp -R ./resources ./dist/
|
||||
cp -R ./locales/ ./dist/locales/
|
||||
cd dist
|
||||
if [ "$MODE" == "all" ]; then
|
||||
nexe --temp /var/nexe -r "./**/*" -t windows-x64-12.18.2 --output $WIN64
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user