Skip to content

Commit

Permalink
add dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
FarisZR committed Feb 17, 2024
1 parent 61578b6 commit ade6662
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM node:lts-alpine
WORKDIR /usr/src/app
COPY . /usr/src/app
RUN npm run setup
CMD "npm" "run" "start"

0 comments on commit ade6662

Please sign in to comment.