refactor: app deployment

This commit is contained in:
2023-06-16 11:40:23 +02:00
parent d61d16e752
commit 5b4d2bd16c
39 changed files with 523 additions and 246 deletions

View File

@@ -4,7 +4,7 @@ USER node
ENV NODE_ENV=production
WORKDIR /app
COPY --chown=node:node pruned .
COPY --chown=node:node . .
EXPOSE 3000
ENTRYPOINT ["node", "app.js"]
CMD ["--help"]