Giving execute permission to scripts directory
This commit is contained in:
@@ -17,6 +17,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
|
|||||||
COPY /etc/ /etc/
|
COPY /etc/ /etc/
|
||||||
|
|
||||||
COPY /scripts/ /scripts/
|
COPY /scripts/ /scripts/
|
||||||
|
RUN chmod -R +x /scripts/
|
||||||
|
|
||||||
# Setting up MySQL
|
# Setting up MySQL
|
||||||
RUN /scripts/mysql_setup.sh
|
RUN /scripts/mysql_setup.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user