Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
add dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bigansh committed Jun 14, 2021
1 parent 441b157 commit 592c081
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM node:alpine
COPY . /app
WORKDIR /app
CMD npm start

0 comments on commit 592c081

Please sign in to comment.