Skip to content

Commit

Permalink
Merge branch 'kobokitten-py3-new-docker-image' into kobokitten-py3-dj…
Browse files Browse the repository at this point in the history
…ango2-new-settings
  • Loading branch information
noliveleger committed Feb 9, 2021
2 parents 6ec6e21 + b8bfc00 commit 6a45ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/sync_static.bash
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

mkdir -p "${KOBOCAT_SRC_DIR}/onadata/static"
gosu "${UWSGI_USER}" mkdir -p "${KOBOCAT_SRC_DIR}/onadata/static"

echo "Collecting static files..."
gosu "${UWSGI_USER}" "${VIRTUAL_ENV}/bin/python" manage.py collectstatic -v 0 --noinput
Expand Down

0 comments on commit 6a45ad3

Please sign in to comment.