just file, docker file and website css fixes

This commit is contained in:
2026-05-26 23:04:48 +01:00
parent edace5eef8
commit 2c72bac2e2
5 changed files with 39 additions and 20 deletions
+11
View File
@@ -0,0 +1,11 @@
build-dev:
docker build ./ --tag reg.h.doloro.co.uk/doloro/doloroweb:dev
push-dev:
docker push reg.h.doloro.co.uk/doloro/doloroweb:dev
build-latest:
docker build ./ --tag reg.h.doloro.co.uk/doloro/doloroweb:latest
push-latest: build-latest
docker push reg.h.doloro.co.uk/doloro/doloroweb:latest