Revert "fix(docker): apply chown each time sshd is started"

This reverts commit 952c24783b.

The issue found was actually:
- If `./aur.git` exists within the aurweb repository locally,
  it also ends up in the destination, stopping the aurweb_git_data
  volume from being mounted properly.
This commit is contained in:
Kevin Morris 2022-08-13 20:56:43 -07:00
parent 952c24783b
commit 829a8b4b81
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

View file

@ -1,7 +1,2 @@
#!/bin/bash #!/bin/bash
# Update this every time.
chown -R aur:aur /aurweb/aur.git
# Start up sshd
exec /usr/sbin/sshd -e -p 2222 -D exec /usr/sbin/sshd -e -p 2222 -D