Update Dockerfile.multiarch

This commit is contained in:
Ekrem 2021-11-01 19:08:30 +03:00 committed by GitHub
parent 1d70bd132a
commit b45eecada2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM node:14-alpine
FROM node:14-alpine as builder
RUN apk update && apk add --no-cache nano curl
@ -30,4 +30,4 @@ EXPOSE 5005
ENV NODE_ENV=production
CMD ["node", "server.js"]
CMD ["node", "server.js"]