W5 done
This commit is contained in:
parent
0e2c114a84
commit
2c5995be3f
13 changed files with 632 additions and 0 deletions
12
w5/Dockerfile
Normal file
12
w5/Dockerfile
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
FROM node:16.13.2-alpine3.14
|
||||
|
||||
RUN mkdir -p /home/node/app/node_modules && chown -R node:node /home/node/app
|
||||
WORKDIR /home/node/app
|
||||
|
||||
COPY --chown=node:node . .
|
||||
|
||||
USER node
|
||||
|
||||
EXPOSE 9889/tcp
|
||||
|
||||
CMD [ "node", "." ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue