Skip to content

Commit

Permalink
Uploaded Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fehmisener authored Sep 19, 2021
1 parent b2f5f9f commit 149b3f0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM node:alpine
WORKDIR /app
COPY package.json ./
COPY package-lock.json ./
COPY ./ ./
RUN npm i
CMD ["npm", "run", "start"]

0 comments on commit 149b3f0

Please sign in to comment.