mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 12:47:58 +03:00
5 lines
137 B
Docker
5 lines
137 B
Docker
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build-env
|
|
|
|
ENV HOME /app
|
|
WORKDIR /app
|
|
ENTRYPOINT ["/app/tools/tr2/docker/config/entrypoint.sh"]
|