hermes: deploy setup (Docker + Gitea Actions)
Build and publish images / docker (push) Canceled after 0s
Build and publish images / docker (push) Canceled after 0s
This commit is contained in:
+11
-11
@@ -1,13 +1,13 @@
|
||||
node_modules
|
||||
npm-debug.log*
|
||||
.next
|
||||
coverage
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
.git
|
||||
.vscode
|
||||
.idea
|
||||
.DS_Store
|
||||
prisma/*.db
|
||||
prisma/*.db-journal
|
||||
.env
|
||||
npm-debug.log
|
||||
Dockerfile
|
||||
Dockerfile.frontend
|
||||
docker-compose.yml
|
||||
.dockerignore
|
||||
dist
|
||||
build
|
||||
.next
|
||||
.nuxt
|
||||
.cache
|
||||
|
||||
+1
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user