diff --git a/Makefile b/Makefile index 856283e..52ebe86 100644 --- a/Makefile +++ b/Makefile @@ -25,3 +25,9 @@ clean: rm -rf bin all: build buildwin + +image: + docker compose build + +push: image + docker compose push \ No newline at end of file diff --git a/pkg/server/templates/sessions.templ b/pkg/server/templates/sessions.templ index 6886cc9..8a1eb96 100644 --- a/pkg/server/templates/sessions.templ +++ b/pkg/server/templates/sessions.templ @@ -9,7 +9,7 @@ import ( templ Sessions(state *models.State, loc *time.Location) { -
+

sessions