Skip to content

Commit

Permalink
dev mode Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
macenturalxl1 committed Dec 1, 2020
1 parent 0e248b7 commit 40e32bf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ui/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM node:13.12.0-alpine
WORKDIR /app
ENV PATH /app/node_modules/.bin:$PATH
COPY package*.json ./
COPY . ./
RUN npm install --silent
CMD ["npm", "start"]

0 comments on commit 40e32bf

Please sign in to comment.