Big Version Change & Move to Gitea
This commit is contained in:
@@ -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
|
||||
"
|
||||
Reference in New Issue
Block a user