Update Dockerfile.multiarch
This commit is contained in:
parent
1d70bd132a
commit
b45eecada2
1 changed files with 2 additions and 2 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue