chore: remove print

This commit is contained in:
tao.chen
2026-09-02 10:10:41 +08:00
committed by tao.chen
parent 65be676024
commit 872aff020c
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -52,7 +52,6 @@ services:
runtime:
condition: service_healthy
volumes:
- ${PWD}/frontend/build/client:/usr/share/nginx/html
- ./default.conf:/etc/nginx/conf.d/default.conf.template:ro
healthcheck:
test: [ "CMD-SHELL", "wget -qO- http://127.0.0.1/ >/dev/null" ]