This commit is contained in:
@@ -7,6 +7,11 @@ eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOiIxNTcxODU5OTU0IiwiZXhwIjoiMTU3MjQ
|
|||||||
|
|
||||||
UPDATE all the things before commencing work
|
UPDATE all the things before commencing work
|
||||||
|
|
||||||
|
3.1.0-preview1-alpine3.10
|
||||||
|
3.1-alpine3.10
|
||||||
|
3.1.0-preview1-alpine
|
||||||
|
3.1-alpine
|
||||||
|
|
||||||
- Post a release build fixup server to run 3.1.net
|
- Post a release build fixup server to run 3.1.net
|
||||||
|
|
||||||
- Update client end
|
- Update client end
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
FROM microsoft/dotnet:2.2-aspnetcore-runtime
|
# FROM microsoft/dotnet:3.1.0-preview1-alpine
|
||||||
|
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1.0-preview1-alpine
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY ./files .
|
COPY ./files .
|
||||||
ENTRYPOINT ["dotnet", "AyaNova.dll"]
|
ENTRYPOINT ["dotnet", "AyaNova.dll"]
|
||||||
Reference in New Issue
Block a user