added dockerfile with config
This commit is contained in:
parent
3de6451f5c
commit
e4e00e7f6c
5
app/Dockerfile
Normal file
5
app/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
FROM node:12-alpine
|
||||||
|
WORKDIR /app
|
||||||
|
COPY . .
|
||||||
|
RUN yarn install --production
|
||||||
|
CMD ["node", "src/index.js"]
|
Loading…
Reference in New Issue
Block a user