UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
DIAT
AAP Mongo
Commits
cd4c7910
Commit
cd4c7910
authored
Jul 21, 2021
by
WingKwan Lau
Browse files
Update Dockerfile
parent
90a119f2
Pipeline
#379535
passed with stages
in 5 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
cd4c7910
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment