Testing github actions in gitea
Some checks failed
Build Docker Image / build (pull_request) Has been cancelled

This commit is contained in:
albert
2025-07-30 11:55:00 +02:00
parent febcc60605
commit 91b4b15731
3 changed files with 34 additions and 2 deletions

View File

@ -11,5 +11,5 @@ COPY package*.json ./
RUN npm install --production
COPY --from=builder /app/dist ./dist
EXPOSE 3000
CMD ["node", "dist/index.js"]
CMD ["node", "dist/server.js"]