This commit is contained in:
José Henrique Ivanchechen 2023-08-29 16:01:30 -03:00
parent af0bad0eeb
commit 659acde4ad
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ FROM mcr.microsoft.com/dotnet/aspnet:6.0-bullseye-slim
WORKDIR /App WORKDIR /App
COPY --from=build-env ./out . COPY --from=build-env /App/out .
RUN apt update && apt install wget -y && \ RUN apt update && apt install wget -y && \
wget https://files.ivanch.me/api/public/dl/QFCLgtrG/simpleimage.png && \ wget https://files.ivanch.me/api/public/dl/QFCLgtrG/simpleimage.png && \