Skip to content

Commit d2cc1c1

Browse files
committed
Added dockerfile
1 parent 2fc8918 commit d2cc1c1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Dockerfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
FROM node:alpine
2+
3+
WORKDIR /app
4+
5+
COPY . .
6+
7+
RUN npm install
8+
RUN npm build
9+
10+
CMD ["npm", "start"]

0 commit comments

Comments
 (0)