init
This commit is contained in:
commit
a93f0d9199
2 changed files with 95 additions and 0 deletions
8
Dockerfile
Normal file
8
Dockerfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
FROM node:alpine
|
||||
|
||||
ENV NODE_ENV production
|
||||
WORKDIR /usr/src/app
|
||||
COPY --chown=node:node . .
|
||||
RUN npm install
|
||||
|
||||
CMD ["node", "run", "start"]
|
Loading…
Add table
Add a link
Reference in a new issue