Skip to content

Commit

Permalink
Merge pull request #55 from ushahidi/ush-1100
Browse files Browse the repository at this point in the history
Ush-1100 - If a user mounts their own filesystem into our docker container, it may destroy files in the folder
  • Loading branch information
ushahidlee authored Jan 25, 2024
2 parents 5c23a3e + bc941d4 commit 88b8db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ needs_install() {

install_app() {
# Install release folders in webroot
rsync -ar --delete-after ${release_target_folder}/html/ ${PLATFORM_HOME}/
rsync -ar ${release_target_folder}/html/ ${PLATFORM_HOME}/
#
## Configure platform environment ensure mysql connection and run migrations
#
Expand Down

0 comments on commit 88b8db3

Please sign in to comment.