Remove Docker stuff from Makefile

Signed-off-by: AKP <tom@tdpain.net>
This commit is contained in:
akp 2022-05-08 11:43:54 +01:00
parent e39504e95e
commit 11bdee162f
No known key found for this signature in database
GPG key ID: AA5726202C8879B7

View file

@ -14,6 +14,3 @@ fmt:
templates:
qtc -skipLineComments -ext qtpl.html -dir walrss/internal/http/views
dockerBuild:
sudo docker build -t ghcr.io/codemicro/walrss:latest .
sudo docker push ghcr.io/codemicro/walrss:latest