add docs to dockerfile
This commit is contained in:
parent
f777f4575e
commit
efa33d900b
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
|||
FROM node:lts-alpine
|
||||
|
||||
# add project files to /app
|
||||
ADD ./ /app
|
||||
WORKDIR /app
|
||||
|
||||
# install node dependencies
|
||||
RUN npm install
|
||||
|
||||
EXPOSE 8080
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue