1
0

scss via docker (3)
All checks were successful
Build Docker and Deploy / Build Docker (push) Successful in 2m2s
Build Docker and Deploy / Deploy to Server (push) Successful in 56s

This commit is contained in:
2026-02-07 23:35:52 +01:00
parent a355871081
commit 3ebbd23d7a
3 changed files with 28 additions and 4 deletions

View File

@@ -6,6 +6,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& apt-get clean && rm -rf /var/lib/apt/lists/*
COPY ./data /project/data
COPY ./www/data/css /project/www/data/css
RUN chown -R 1000:1000 /project/www
WORKDIR /project/data/css_compress