Skip to content

Commit

Permalink
fix: deploy test
Browse files Browse the repository at this point in the history
  • Loading branch information
dadiorchen authored Feb 4, 2022
1 parent 2475cb1 commit e86080a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM node:16-alpine
WORKDIR /app
ENV PATH /app/node_modules/.bin:$PATH
RUN mkdir -p ./node_modules
COPY node_modules ./node_modules/
COPY package.json ./
COPY package-lock.json ./
RUN npm ci
COPY dist ./dist/
CMD [ "npm", "start" ]

0 comments on commit e86080a

Please sign in to comment.