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