Skip to content

Commit

Permalink
fix: chown no /var/sei/arquivos
Browse files Browse the repository at this point in the history
  • Loading branch information
caduvieira committed Jan 8, 2025
1 parent d0679a9 commit 564ebf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ mkdir -p /opt/sei/temp
mkdir -p /opt/sip/temp
chmod 777 /opt/sei/temp
chmod 777 /opt/sip/temp
chown -R apache:apache /var/sei/arquivos

# Atualização do endereço de host da aplicação
HOST_URL=${HOST_URL:-"http://localhost:8000"}
Expand Down

0 comments on commit 564ebf0

Please sign in to comment.