Skip to content

Commit

Permalink
fix: hotfix wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
t03i committed Nov 11, 2024
1 parent 2cc1bc4 commit b7da4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/backend-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ groupadd -g "$PGID" usergroup
useradd -u "$PUID" -g "$PGID" -m -s /bin/bash user

# Change ownership of the volume
chown -R user:usergroup /project
chown -R user:usergroup /app

# Execute the command as user
exec gosu user "sh -c '$@'"

0 comments on commit b7da4e1

Please sign in to comment.