Compare commits

...

2 Commits

Author SHA1 Message Date
09558ce984 Merge pull request 'Refactored docker file' (#48) from test into main
All checks were successful
continuous-integration/drone Build is passing
Reviewed-on: #48
2026-03-08 13:05:52 +02:00
3887cd4843 Refactored docker file 2026-03-08 13:05:19 +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"]