diff --git a/ASP.NET/Dockerfile b/ASP.NET/Dockerfile index 10fda51..53f8b10 100644 --- a/ASP.NET/Dockerfile +++ b/ASP.NET/Dockerfile @@ -15,7 +15,7 @@ FROM mcr.microsoft.com/dotnet/aspnet:6.0-bullseye-slim WORKDIR /App -COPY --from=build-env ./out . +COPY --from=build-env /App/out . RUN apt update && apt install wget -y && \ wget https://files.ivanch.me/api/public/dl/QFCLgtrG/simpleimage.png && \