Improve Docker image

This commit is contained in:
Elias Schneider
2022-05-01 17:31:30 +02:00
parent d98c31f748
commit 961967f57a
5 changed files with 10 additions and 52 deletions

View File

@@ -7,6 +7,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"start:docker": "docker build -t pingvin-share:latest . && docker run pingvin-share:latest",
"init:appwrite": "cd .setup && npm install && npx ts-node index.ts",
"deploy": "docker buildx build -t stonith404/pingvin-share --platform linux/amd64,linux/arm64 --push ."
},