Skip to content

Commit

Permalink
chore(deployment): fix mismatch UID when running docker (#2676)
Browse files Browse the repository at this point in the history
  • Loading branch information
idan-starkware authored Dec 15, 2024
1 parent 98ba6c1 commit 3173979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_native_in_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ docker_image_name=sequencer-ci

(
cd scripts
docker build . -t ${docker_image_name} --file ${docker_image_name}.Dockerfile
docker build . --build-arg USER_UID=$UID -t ${docker_image_name} --file ${docker_image_name}.Dockerfile
)

docker run \
Expand Down

0 comments on commit 3173979

Please sign in to comment.