Skip to content

Commit

Permalink
Create a default complex_obs directory in the Docker image to alloe m…
Browse files Browse the repository at this point in the history
…ounting of the directory (openmrs#4845)
  • Loading branch information
enyachoke authored Nov 21, 2024
1 parent 0fb80d5 commit 30d6b74
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 30d6b74

Please sign in to comment.