Skip to content

Commit

Permalink
Create a default complex_obs directory in the Docker image to allow m…
Browse files Browse the repository at this point in the history
…ounting of the directory (#4845) (#4886)
  • Loading branch information
enyachoke authored Jan 14, 2025
1 parent e72e930 commit 9ff07ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ RUN mkdir -p /openmrs/data/modules \
&& mkdir -p /openmrs/data/owa \
&& mkdir -p /openmrs/data/configuration \
&& mkdir -p /openmrs/data/configuration_checksums \
&& mkdir -p /openmrs/data/complex_obs \
&& chmod -R g+rw /openmrs

# Copy in the start-up scripts
Expand Down

0 comments on commit 9ff07ac

Please sign in to comment.