Skip to content

Commit

Permalink
Create a quick and dirty dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
FarisZR authored Feb 13, 2024
1 parent ed95739 commit 302d8fa
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
WORKDIR /usr/src/app
COPY . /usr/src/app
RUN npm run setup
CMD "npm" "run" "start"

0 comments on commit 302d8fa

Please sign in to comment.