add: CI
This commit is contained in:
4
Frontend/Dockerfile
Normal file
4
Frontend/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:7.0
|
||||
WORKDIR /app
|
||||
COPY ./publish/ .
|
||||
ENTRYPOINT ["dotnet", "Frontend.dll"]
|
Reference in New Issue
Block a user