Improve project setup with Docker
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"init:appwrite": "cd .setup && npm install && npx ts-node index.ts",
|
||||
"deploy": "docker build -t git.elias.li/stonith404/pingvin-share:latest . && docker push git.elias.li/stonith404/pingvin-share:latest"
|
||||
"deploy": "docker buildx build -t stonith404/pingvin-share --platform linux/amd64,linux/arm64 --push ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@mantine/core": "^4.2.0",
|
||||
|
||||
Reference in New Issue
Block a user