From b1115567e32c8dbf74676eb9f94266f56143618b Mon Sep 17 00:00:00 2001 From: David Mejia Date: Mon, 6 Nov 2023 13:24:13 -0500 Subject: [PATCH] map static to /var/www/volumes_static on deploy --- infrastructure/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/deploy.sh b/infrastructure/deploy.sh index 59c9b0e97..babd67471 100755 --- a/infrastructure/deploy.sh +++ b/infrastructure/deploy.sh @@ -412,7 +412,7 @@ if [[ -n $container_running ]]; then --publish 8081:8081 \ --restart always \ --tty \ - --volume /tmp/volumes_static:/tmp/www/static \ + --volume /var/www/volumes_static:/tmp/www/static \ $DOCKERHUB_REPO/$API_DOCKER_IMAGE \ /bin/sh -c /home/user/collect_and_run_uwsgi.sh"