hermes: deploy setup (Docker + Gitea Actions)
Build and publish images / docker (push) Canceled after 0s

This commit is contained in:
Hermes
2026-07-20 21:22:31 +01:00
parent d315323191
commit afdb8f1846
2 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -7,4 +7,4 @@ COPY . .
RUN npm run build
ENV NODE_ENV=production PORT=3000
EXPOSE 3000
CMD ["npm","run","start"]
CMD ["npm","run","dev"]