added dockerfile with config
This commit is contained in:
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"]
|
||||
Reference in New Issue
Block a user