fix: remove tailwind from dockerfile and add podman-build command
Build / build (push) Successful in 33s

This commit is contained in:
2026-05-22 22:31:10 +02:00
parent d481be04a7
commit b71072f6c8
2 changed files with 7 additions and 5 deletions
+4
View File
@@ -89,6 +89,10 @@ clean:
@echo "Cleaning..."
@rm -f main
podman-build:
@echo "Building Docker image with podman..."
@podman build -t music-server .
podman-run:
@podman-compose up --build