Skip to content

Commit

Permalink
build: fix permissions for backend/templates dir in entrypoint script
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Aug 2, 2024
1 parent 32a4e3a commit f853b5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ wait_for_minio() {
get_frontend_index_html() {
echo "Downloading index.html from object storage.."
curl --fail --create-dirs ${S3_ENDPOINT}/${FRONTEND_BUCKET_NAME}/index.html --output /project/src/backend/templates/index.html || echo "Failed to download index.html... Please retry manually for now...."
chmod -R 777 /project/src/backend/templates
}

# Start wait in background with tmp log files
Expand Down

0 comments on commit f853b5d

Please sign in to comment.