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
|
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
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user