Template
1
0
Fork 0
This commit is contained in:
Atridad Lahiji 2025-01-04 22:23:10 -07:00
parent 97135d7118
commit 38dc30fb0f
2 changed files with 5 additions and 3 deletions

View file

@ -12,7 +12,7 @@ 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

View file

@ -1,3 +1,5 @@
#!/usr/bin/env bash
# Define the version of the binary to download
VERSION="v1.7.27"