Update Dockerfile
This commit is contained in:
parent
c08ace262b
commit
e806568de9
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
FROM node:alpine
|
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 npm install
|
RUN npm install .
|
||||||
|
|
||||||
CMD ["node", "run", "start"]
|
CMD ["node", "run", "start"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue