Oops
All checks were successful
Docker Deploy / build-and-push (push) Successful in 1m19s

This commit is contained in:
Atridad Lahiji 2025-03-31 03:50:38 -06:00
parent 0a5d5df468
commit 9bc4df5d18
Signed by: atridad
SSH key fingerprint: SHA256:LGomp8Opq0jz+7kbwNcdfTcuaLRb5Nh0k5AchDDb438

View file

@ -11,8 +11,7 @@ RUN go mod download && \
COPY . . COPY . .
# Install required tools and make scripts executable # Install required tools and make scripts executable
RUN apk add --no-cache upx make bash && \ RUN apk add --no-cache upx make bash
chmod +x /app/lib/stylegen/gen.sh
# Create necessary directories # Create necessary directories
RUN mkdir -p /app/public/css RUN mkdir -p /app/public/css