UNCLASSIFIED

Commit cd4c7910 authored by WingKwan Lau's avatar WingKwan Lau
Browse files

Update Dockerfile

parent 90a119f2
Pipeline #379535 passed with stages
in 5 minutes and 44 seconds
...@@ -16,7 +16,7 @@ ENV DATA_DIR=/data/db \ ...@@ -16,7 +16,7 @@ ENV DATA_DIR=/data/db \
RUN mkdir -p $WORKING_DIR RUN mkdir -p $WORKING_DIR
# copy over the script to make permissions compatible with OpenShift # copy over the script to make permissions compatible with OpenShift
COPY IronbankFiles/scripts/fix-permissions.sh /usr/local/bin COPY scripts/fix-permissions.sh /usr/local/bin
# ensure the script is executable # ensure the script is executable
RUN chmod a+x /usr/local/bin/fix-permissions.sh RUN chmod a+x /usr/local/bin/fix-permissions.sh
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment