Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SeriaWei committed Nov 16, 2024
1 parent 07fb752 commit debaa53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ZKEACMS.WebHost/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM zkeasoft/cms-runtime:5.0
FROM mcr.microsoft.com/dotnet/aspnet:8.0
ARG source
WORKDIR /zkeacms
EXPOSE 80
COPY ${source:-bin/Release/PublishOutput} .
EXPOSE 8080
ENTRYPOINT ["dotnet", "ZKEACMS.WebHost.dll"]

0 comments on commit debaa53

Please sign in to comment.