From a727aca44b5bd49fe7037c8571e1a1fb888ee499 Mon Sep 17 00:00:00 2001 From: Mia Winter Date: Fri, 29 Mar 2024 19:32:07 +0100 Subject: [PATCH] updated Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 6929a1b..efbae60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,4 +23,5 @@ RUN dotnet publish "./JustShortIt.csproj" -c $BUILD_CONFIGURATION -o /app/publis FROM base AS final WORKDIR /app COPY --from=publish /app/publish . +COPY LICENSE . ENTRYPOINT ["dotnet", "JustShortIt.dll"] \ No newline at end of file