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