Skip to content

Commit

Permalink
Revert "UID,GIDを環境ファイルの設定から設定するよう修正"
Browse files Browse the repository at this point in the history
This reverts commit 19807c8.
  • Loading branch information
FineArchs committed Nov 13, 2024
1 parent 5d8971f commit fecc412
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,8 @@ RUN --mount=type=cache,target=/root/.local/share/pnpm/store,sharing=locked \

FROM --platform=$TARGETPLATFORM node:${NODE_VERSION}-slim AS runner

ARG UID_H
ARG GID_H

ARG UID=${UID_H}
ARG GID=${GID_H}
ARG UID="991"
ARG GID="991"

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit fecc412

Please sign in to comment.