techgarage-ir.MTWireGuard/Dockerfile

12 lines
295 B
Text
Raw Normal View History

2024-09-27 22:47:15 +03:30
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/runtime-deps:8.0-noble-chiseled-extra AS final
2024-07-21 00:47:33 +03:30
ENV TZ=Asia/Tehran
2023-03-03 23:24:18 +03:30
WORKDIR /app
EXPOSE 8080
2025-03-21 14:13:41 +03:30
USER $APP_UID
2024-09-10 15:07:35 +03:30
# Copy the published output from the build stage (set by the GitHub Actions workflow)
COPY publish/ .
ENTRYPOINT ["./MTWireGuard"]