Skip to content

Commit

Permalink
Merge pull request #3454 from AlexsLemonade/davidsmejia/3452-var-on-r…
Browse files Browse the repository at this point in the history
…estart

Map static dir on API to /var/www/volumes_static on deploy
  • Loading branch information
davidsmejia authored Nov 6, 2023
2 parents 47ce019 + b111556 commit 1a78ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 1a78ca1

Please sign in to comment.