oops
This commit is contained in:
parent
9a2eb9b1a6
commit
97135d7118
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue