LevelInputProvider/Containerfile

5 lines
133 B
Plaintext
Raw Permalink Normal View History

2024-12-02 03:16:05 -08:00
FROM mcr.microsoft.com/dotnet/runtime:9.0
2024-12-02 11:20:24 +00:00
COPY ./LevelInputProvider/bin/Release/net9.0/ /app
2024-12-02 03:16:05 -08:00
WORKDIR /app
2024-12-02 11:20:24 +00:00
CMD ["LevelInputProvider"]