From 9bc4df5d18835f4dc3599c1d28f1d95736f3caa4 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Mon, 31 Mar 2025 03:50:38 -0600 Subject: [PATCH] Oops --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3acedfc..896f3d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,8 +11,7 @@ RUN go mod download && \ COPY . . # Install required tools and make scripts executable -RUN apk add --no-cache upx make bash && \ - chmod +x /app/lib/stylegen/gen.sh +RUN apk add --no-cache upx make bash # Create necessary directories RUN mkdir -p /app/public/css