First Commit
This commit is contained in:
parent
c931085403
commit
ecbf101c45
|
@ -7,7 +7,7 @@ RUN dotnet publish "./tytdemail.csproj" -c release -o /app --no-restore
|
||||||
FROM mcr.microsoft.com/dotnet/aspnet:6.0-focal
|
FROM mcr.microsoft.com/dotnet/aspnet:6.0-focal
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=build /app ./
|
COPY --from=build /app ./
|
||||||
|
WORKDIR /config
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
ENTRYPOINT ["dotnet","tytdemail.dll"]
|
ENTRYPOINT ["dotnet","/app/tytdemail.dll"]
|
Loading…
Reference in New Issue