Skip to content

Commit

Permalink
map static to /var/www/volumes_static on deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsmejia committed Nov 6, 2023
1 parent 47ce019 commit b111556
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 b111556

Please sign in to comment.