diff --git a/Dockerfile b/Dockerfile index 0ec705c..182aaba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,4 +20,4 @@ RUN dotnet publish ./Endpoint/Endpoint.csproj -c Release -o /app FROM base AS final WORKDIR /app COPY --from=build /app . -ENTRYPOINT ["dotnet", "Enpoint.dll"] \ No newline at end of file +ENTRYPOINT ["dotnet", "Endpoint.dll"] \ No newline at end of file