Add vserver Docker deploy script
This commit is contained in:
14
deploy/vserver.Dockerfile
Normal file
14
deploy/vserver.Dockerfile
Normal file
@@ -0,0 +1,14 @@
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:10.0
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
ENV ASPNETCORE_URLS=http://+:8080
|
||||
ENV DOTNET_EnableDiagnostics=0
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
COPY publish/ ./
|
||||
|
||||
RUN mkdir -p /app/data
|
||||
|
||||
ENTRYPOINT ["dotnet", "RolemasterDb.App.dll"]
|
||||
Reference in New Issue
Block a user