Oops
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user