oops
Some checks failed
Docker Deploy / build-and-push (push) Failing after 50s

This commit is contained in:
Atridad Lahiji 2025-01-04 21:26:57 -07:00
parent 71633734ea
commit e4028a7b5f

View file

@ -13,7 +13,6 @@ 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 && \ chmod +x /app/lib/stylegen/gen.sh && \
chmod +x /app/lib/stylegen/tw/*
# Create necessary directories # Create necessary directories
RUN mkdir -p /app/public/css RUN mkdir -p /app/public/css