compile less files in docker

This commit is contained in:
2023-08-14 10:45:59 +02:00
parent 9218494f16
commit f2b89d805e
5 changed files with 17 additions and 5 deletions
+1
View File
@@ -8,6 +8,7 @@ RUN yarn install --frozen-lockfile
COPY . .
RUN ./compile-less.sh
RUN yarn build
FROM nginx as proxy