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

Commit

Permalink
Merge branch 'main' of github.com:allora-network/allora-inference-base
Browse files Browse the repository at this point in the history
  • Loading branch information
vladupshot committed Feb 7, 2024
2 parents 777576e + 01a0b78 commit d8dbea1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile_worker
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ RUN /app/runtime/bls-runtime --help && \
/app/runtime/extensions/upshot-blockless-extension --help

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 d8dbea1

Please sign in to comment.