Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Update Dockerfile_head (#70)
Browse files Browse the repository at this point in the history
update docker file for head, missed line

Signed-off-by: Derek Anderson <dmikey@users.noreply.github.com>
  • Loading branch information
dmikey authored Feb 16, 2024
1 parent 6d3d9c6 commit 6e11cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile_head
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ COPY --from=builder /src/dist/allora-node /usr/local/bin/allora-node
COPY --from=builder /src/dist/allora-keys /usr/local/bin/allora-keys

RUN groupadd -g 1001 ${USERNAME} \
&& useradd -m -d ${APP_PATH} -u 1001 -g 1001 ${USERNAME}
&& useradd -m -d ${APP_PATH} -u 1001 -g 1001 ${USERNAME} \
&& chown -R ${USERNAME}:${USERNAME} /app

USER ${USERNAME}
Expand Down

0 comments on commit 6e11cfc

Please sign in to comment.