This commit is contained in:
parent
103b1219b6
commit
6e51164403
1 changed files with 3 additions and 3 deletions
|
@ -12,10 +12,10 @@ 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/gen.sh
|
||||
|
||||
# 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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue