mirror of
https://github.com/icewind1991/mx-puppet-steam.git
synced 2026-06-04 01:54:09 +02:00
Force node:alpine to node v12
This commit is contained in:
parent
a6112dcd81
commit
83b87fc712
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM node:alpine AS builder
|
FROM node:12-alpine AS builder
|
||||||
|
|
||||||
WORKDIR /opt/mx-puppet-steam
|
WORKDIR /opt/mx-puppet-steam
|
||||||
|
|
||||||
|
|
@ -30,7 +30,7 @@ RUN npm run build
|
||||||
|
|
||||||
RUN rm -r node_modules/typescript
|
RUN rm -r node_modules/typescript
|
||||||
|
|
||||||
FROM node:alpine
|
FROM node:12-alpine
|
||||||
|
|
||||||
VOLUME /data
|
VOLUME /data
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue