diff --git a/.github/workflows/deploy_test_web.yaml b/.github/workflows/deploy_test_web.yaml index f4cc82fa80..063363c9b5 100644 --- a/.github/workflows/deploy_test_web.yaml +++ b/.github/workflows/deploy_test_web.yaml @@ -71,4 +71,4 @@ jobs: cd appflowy-web-app docker build -t appflowy-web-app . docker rm -f appflowy-web-app || true - docker run -d -p 3000:3000 --env-file .env --name appflowy-web-app appflowy-web-app + docker run -d -p 3000:3000 --env-file .env -v /var/www/html/appflowy-web-app:/usr/share/nginx/html --name appflowy-web-app appflowy-web-app