mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-28 04:45:36 -04:00
more code
This commit is contained in:
parent
e07590d6e5
commit
90769c9bf1
16 changed files with 1710 additions and 63 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM node:23-alpine
|
||||
|
||||
COPY package*.json /app/package*.json
|
||||
COPY package.json package-lock.json /app
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
@ -12,6 +12,8 @@ EXPOSE 3000
|
|||
|
||||
USER nobody
|
||||
|
||||
CMD ["node", "src/app.js"]
|
||||
ENTRYPOINT ["node"]
|
||||
|
||||
CMD ["src/app.js"]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue