Add dockerfile and deploy script

This commit is contained in:
2025-09-26 09:10:33 +02:00
parent 08224f77ea
commit 3d3089bc2f
2 changed files with 48 additions and 0 deletions

3
deploy.sh Normal file
View File

@@ -0,0 +1,3 @@
go mod vendor
docker build . -t docker.site.quack-lab.dev/pb-shoppinglist:latest
docker push docker.site.quack-lab.dev/pb-shoppinglist:latest