refactor to use Docker cache

This commit is contained in:
rick 2023-01-17 23:59:22 +01:00
parent 5a44502288
commit 800570c77f
Signed by: Rick
GPG Key ID: 4A6223D66294EB20
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
FROM nginx
WORKDIR /app
COPY generate.sh .
COPY lang/ lang/
COPY img/ img/
COPY css/ css/
COPY header.html .
COPY footer.html .
COPY img/ img/
COPY css/ css/
COPY lang/ lang/
COPY generate.sh .
RUN ./generate.sh -o