Refactored docker file #48

Merged
khwezi merged 1 commits from test into main 2026-03-08 13:05:53 +02:00

View File

@@ -6,4 +6,5 @@ COPY ./SampleApi/bin/Release/net8.0/publish/ .
ENV ASPNETCORE_HTTP_PORTS=8081
EXPOSE 8081
WORKDIR /app
ENTRYPOINT ["dotnet", "SampleApi.dll"]