Skip to content

Commit

Permalink
Fix upload functionality (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
crramirez committed Oct 9, 2018
1 parent 90901aa commit 824a7b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -13,7 +13,7 @@ RUN mv limesurvey app; \
mkdir -p /uploadstruct; \
chown -R www-data:www-data /app

RUN cp -r /app/upload/* /uploadstruct ; \
RUN cp -a /app/upload/* /uploadstruct ; \
mkdir /uploadstruct/surveys ; \
chown -R www-data:www-data /uploadstruct

Expand Down
2 changes: 1 addition & 1 deletion start.sh
@@ -1,6 +1,6 @@
#! /bin/bash

cp -r /uploadstruct/* /app/upload
cp -a /uploadstruct/* /app/upload

./run.sh

Expand Down

0 comments on commit 824a7b6

Please sign in to comment.