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
+11 -11
View File
@@ -1,13 +1,13 @@
node_modules node_modules
npm-debug.log*
.next
coverage
.env
.env.local
.env.*.local
.git .git
.vscode .env
.idea npm-debug.log
.DS_Store Dockerfile
prisma/*.db Dockerfile.frontend
prisma/*.db-journal docker-compose.yml
.dockerignore
dist
build
.next
.nuxt
.cache
+1 -1
View File
@@ -7,4 +7,4 @@ COPY . .
RUN npm run build RUN npm run build
ENV NODE_ENV=production PORT=3000 ENV NODE_ENV=production PORT=3000
EXPOSE 3000 EXPOSE 3000
CMD ["npm","run","start"] CMD ["npm","run","dev"]