Files
Dotnet_Executable/Containerfile
2024-11-27 16:30:24 +01:00

5 lines
88 B
Docker

FROM mcr.microsoft.com/dotnet/runtime:9.0
COPY . /app
WORKDIR /app
CMD ["project_name"]