fix: create tables

This commit is contained in:
Smigz 2024-12-27 22:33:44 -05:00
parent 77832d73de
commit 0a21838c91
3 changed files with 14 additions and 7 deletions

View file

@ -8,8 +8,6 @@ RUN npm install . && chown nobody:nobody /app
COPY --chown=nobody:nobody ./src /app/src
EXPOSE 3000
USER nobody
ENTRYPOINT ["node"]