Skip to content

Commit

Permalink
fix: revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeZmt authored Jun 20, 2024
1 parent a91682d commit cdda328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function init_dela() {
function local_admin() {
echo "adding local user $REACT_APP_SCIPER_ADMIN to admins";
docker compose exec backend npx cli addAdmin --sciper "$REACT_APP_SCIPER_ADMIN";
docker compose exec backend npx cli addAdmin --sciper 654321;
docker compose exec backend npx cli addAdmin --sciper 987654;
docker compose restart backend;
}

Expand Down

0 comments on commit cdda328

Please sign in to comment.