add users documents
This commit is contained in:
8
Server/Dockerfile
Normal file
8
Server/Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
|
||||
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:7.0
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
EXPOSE 80
|
||||
|
||||
ENTRYPOINT ["dotnet", "Server.dll"]
|
Reference in New Issue
Block a user