Merge pull request 'Refactored docker file' (#48) from test into main
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
Reviewed-on: #48
This commit was merged in pull request #48.
This commit is contained in:
@@ -6,4 +6,5 @@ COPY ./SampleApi/bin/Release/net8.0/publish/ .
|
|||||||
ENV ASPNETCORE_HTTP_PORTS=8081
|
ENV ASPNETCORE_HTTP_PORTS=8081
|
||||||
EXPOSE 8081
|
EXPOSE 8081
|
||||||
|
|
||||||
|
WORKDIR /app
|
||||||
ENTRYPOINT ["dotnet", "SampleApi.dll"]
|
ENTRYPOINT ["dotnet", "SampleApi.dll"]
|
||||||
Reference in New Issue
Block a user