[fix] set PUID

This commit is contained in:
Andy Bunce 2023-03-01 22:17:39 +00:00
parent 2149d62804
commit 18d0ea353e
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ FROM ghcr.io/linuxserver/code-server:4.10.0
ARG TARGETARCH ARG TARGETARCH
ARG BUILDARCH ARG BUILDARCH
ARG PUID=1000
ARG PGID=1000
RUN echo "I'm building vscode-basex for ${BUILDARCH} on ${TARGETARCH} User: ${PUID}" RUN echo "I'm building vscode-basex for ${BUILDARCH} on ${TARGETARCH} User: ${PUID}"
LABEL author="Andy Bunce" LABEL author="Andy Bunce"