Update Dockerfile
This commit is contained in:
parent
5175bf98b0
commit
8e1afe617e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ FROM node:alpine
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
COPY --chown=node:node . .
|
COPY --chown=node:node . .
|
||||||
RUN apk add --no-cache python3 make \
|
RUN apk add --no-cache python3 make build-base \
|
||||||
&& npm install .
|
&& npm install .
|
||||||
|
|
||||||
CMD ["node", "run", "start"]
|
CMD ["node", "run", "start"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue