Skip to content

Commit

Permalink
fix: docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ChugunovRoman committed Oct 4, 2024
1 parent 8af3da9 commit 9e497cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Build_artefacts_arm64v8
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY ./lib ./lib
COPY ./resources ./resources
COPY ./scripts ./scripts
COPY ./src ./src
COPY ["./*.json", "./.prettierrc", "./"]
COPY ./*.json ./

ENV USE_SYSTEM_FPM true

Expand Down
2 changes: 1 addition & 1 deletion docker/Build_artefacts_local
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY ./lib ./lib
COPY ./resources ./resources
COPY ./scripts ./scripts
COPY ./src ./src
COPY ["./*.json", "./.prettierrc", "./"]
COPY ./*.json ./

RUN addgroup --gid $GROUP_ID user && \
adduser --disabled-password --gecos '' --uid $USER_ID --gid $GROUP_ID user && \
Expand Down

0 comments on commit 9e497cf

Please sign in to comment.