🏗️」 wip: dev.js -> start.js and working user api docker

This commit is contained in:
2025-07-15 15:44:15 +02:00
parent 05af515788
commit 59ee24b046
5 changed files with 67 additions and 2 deletions

View File

@ -0,0 +1,6 @@
FROM node-base
EXPOSE 3000
ENV API_TARGET="user"
CMD [ "node", "/app/src/start.js" ]