This commit is contained in:
parent
0a5d5df468
commit
9bc4df5d18
1 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@ RUN go mod download && \
|
||||||
COPY . .
|
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
|
|
||||||
|
|
||||||
# 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