Files
LevelInputProvider/Containerfile
Simon Diesenreiter cee2bfcd99 Initial commit
2024-12-02 03:16:05 -08:00

5 lines
121 B
Docker

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