Use docker add instead of wget
Build website container / Build image (push) Failing after 11s Details

This commit is contained in:
LordMathis 2023-11-25 18:49:01 +01:00
parent 92e47a8038
commit 2bea6dd459
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ RUN hugo mod get -u && \
FROM nginx:stable-alpine
COPY --from=build /app/public /usr/share/nginx/html/
RUN wget https://github.com/LordMathis/resume/releases/download/2023-08-16/resume.pdf -O /usr/share/nginx/html/namesny_matus_resume.pdf
ADD https://github.com/LordMathis/resume/releases/latest/download/resume.pdf /usr/share/nginx/html/namesny_matus_resume.pdf