Dockerization!
This commit is contained in:
parent
ad2e2698cb
commit
4f6f479134
2 changed files with 47 additions and 13 deletions
6
Dockerfile
Normal file
6
Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
FROM node:current-slim
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN yarn
|
||||
EXPOSE 3000
|
||||
CMD [ "yarn", "start" ]
|
Loading…
Add table
Add a link
Reference in a new issue