Skip to content

Commit 9ff07ac

Browse files
authored
Create a default complex_obs directory in the Docker image to allow mounting of the directory (#4845) (#4886)
1 parent e72e930 commit 9ff07ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ RUN mkdir -p /openmrs/data/modules \
120120
&& mkdir -p /openmrs/data/owa \
121121
&& mkdir -p /openmrs/data/configuration \
122122
&& mkdir -p /openmrs/data/configuration_checksums \
123+
&& mkdir -p /openmrs/data/complex_obs \
123124
&& chmod -R g+rw /openmrs
124125

125126
# Copy in the start-up scripts

0 commit comments

Comments
 (0)