Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Conversation

@blgorman
Copy link

Fixes #133

[Workaround for existing deployments]

Create a new image from the original and copy the file and set permissions into the new image
or
Get the code for dataload and create a new image

add

USER root
RUN ["chmod", "+x", "./sql_data_init.sh"]

To the Dockerfile

This will run a command to eliminate the permission denied error that happens when trying to run the dataload image after environment creation for not having execute permission on sql_data_init.

add user -> root

run a command to eliminate the `permission denied` error that happens when trying to run the dataload image after environment creation.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ACI didn't have access to script during data load

1 participant