🔨」 fix: now production ready

This commit is contained in:
2025-07-17 14:41:06 +02:00
parent cc6e00281a
commit 56f6164671
3 changed files with 65 additions and 8 deletions

View File

@ -21,4 +21,6 @@ COPY --from=builder /app/package.json /app/package.json
ENV NODE_ENV=production
EXPOSE 3000
RUN mkdir /db
CMD [ "node", "/app/src/start.js" ]