site: update Dockerfile to Node 12

pull/2970/head
Conduitry 5 years ago
parent 6a388a9f86
commit c2c1791317

@ -1,4 +1,4 @@
FROM mhart/alpine-node:11.14 FROM mhart/alpine-node:12
# install dependencies # install dependencies
WORKDIR /app WORKDIR /app
@ -9,7 +9,7 @@ RUN npm ci --production
# Only copy over the Node pieces we need # Only copy over the Node pieces we need
# ~> Saves 35MB # ~> Saves 35MB
### ###
FROM mhart/alpine-node:base-11.14 FROM mhart/alpine-node:slim-12
WORKDIR /app WORKDIR /app
COPY --from=0 /app . COPY --from=0 /app .

Loading…
Cancel
Save