From 659acde4adeaac87b0c24bc119de0045182be945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Henrique=20Ivanchechen?= Date: Tue, 29 Aug 2023 16:01:30 -0300 Subject: [PATCH] fix --- ASP.NET/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \