Attempt #1 at adding Docker.

This commit is contained in:
Keanu Timmermans 2020-08-31 21:15:41 +02:00
parent b3209d1cf1
commit 19010e7e59
1 changed files with 7 additions and 0 deletions

7
Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM node:current-alpine
COPY . .
RUN npm run build
CMD ["npm", "start"]