Big Version Change & Move to Gitea
All checks were successful
Build Check / deploy-coolify (push) Successful in 7s
Build Check / build (push) Successful in 10m23s
Build Check / push-image (push) Successful in 54s

This commit is contained in:
Space-Banane
2026-05-29 20:38:27 +02:00
parent 6cb077afe4
commit bb3e355ef8
7 changed files with 149 additions and 41 deletions

View File

@@ -1,16 +1,9 @@
services:
app:
image: node:24
working_dir: /app
volumes:
- .:/app
build:
context: .
dockerfile: Dockerfile
image: my-portfolio:latest
restart: always
ports:
- "6756:3000"
command: >
sh -c "
npm i -g pnpm &&
pnpm install &&
pnpm build &&
pnpm start
"