diff --git a/Dockerfile b/Dockerfile index f585b48..baa67a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,10 +13,9 @@ COPY . . # Install required tools and make scripts executable RUN apk add --no-cache upx make bash && \ chmod +x /app/lib/stylegen/gen.sh && \ - chmod +x /app/lib/stylegen/tw/* -# Create necessary directories -RUN mkdir -p /app/public/css + # Create necessary directories + RUN mkdir -p /app/public/css # Generate assets and build with optimizations SHELL ["/bin/bash", "-c"]