mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-29 05:15:35 -04:00
fix: create tables
This commit is contained in:
parent
77832d73de
commit
0a21838c91
3 changed files with 14 additions and 7 deletions
|
@ -8,8 +8,6 @@ RUN npm install . && chown nobody:nobody /app
|
|||
|
||||
COPY --chown=nobody:nobody ./src /app/src
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
USER nobody
|
||||
|
||||
ENTRYPOINT ["node"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue