Use docker add instead of wget
Build website container / Build image (push) Failing after 11s
Details
Build website container / Build image (push) Failing after 11s
Details
This commit is contained in:
parent
92e47a8038
commit
2bea6dd459
|
@ -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
|
Loading…
Reference in New Issue