mirror of
https://github.com/techgarage-ir/MTWireGuard.git
synced 2025-08-28 13:58:09 +02:00
set OS user id
This commit is contained in:
parent
7bb1c4fbce
commit
d5ae356052
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/runtime-deps:8.0-noble-c
|
||||||
ENV TZ=Asia/Tehran
|
ENV TZ=Asia/Tehran
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
USER $APP_UID
|
||||||
|
|
||||||
# Copy the published output from the build stage (set by the GitHub Actions workflow)
|
# Copy the published output from the build stage (set by the GitHub Actions workflow)
|
||||||
COPY publish/ .
|
COPY publish/ .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue