improved api
This commit is contained in:
parent
3be0cc8380
commit
f3f0945ccc
6 changed files with 174 additions and 7 deletions
|
|
@ -0,0 +1,9 @@
|
|||
FROM node:18
|
||||
|
||||
COPY ./* /app/
|
||||
WORKDIR /app
|
||||
|
||||
RUN npm install
|
||||
|
||||
ENTRYPOINT ["npm", "run"]
|
||||
CMD ["prod"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue