Skip to content

Commit

Permalink
♻️Change docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
furkandeveloper committed Apr 21, 2022
1 parent 3398377 commit 043e441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ RUN dotnet publish "EasyWeb.Demo.csproj" -c Release -o /app/publish
FROM base AS final
WORKDIR /app
COPY --from=publish /app/publish .
ENTRYPOINT ["dotnet", "EasyWeb.Demo.dll"]
CMD ASPNETCORE_URLS=http://*:$PORT dotnet EasyWeb.Demo.dll

0 comments on commit 043e441

Please sign in to comment.