techgarage-ir.MTWireGuard/Dockerfile
2025-03-21 14:13:41 +03:30

11 lines
295 B
Docker

FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/runtime-deps:8.0-noble-chiseled-extra AS final
ENV TZ=Asia/Tehran
WORKDIR /app
EXPOSE 8080
USER $APP_UID
# Copy the published output from the build stage (set by the GitHub Actions workflow)
COPY publish/ .
ENTRYPOINT ["./MTWireGuard"]