everything dockerized
This commit is contained in:
parent
f0b379a379
commit
529da45219
6 changed files with 62 additions and 14 deletions
|
|
@ -1,9 +1,11 @@
|
|||
FROM node:18
|
||||
|
||||
COPY ./* /app/
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
|
||||
RUN npm install
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
ENTRYPOINT ["npm", "run"]
|
||||
CMD ["prod"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue