nginx.conf edit
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit

This commit is contained in:
2025-12-30 11:19:28 +08:00
parent 92d5fe9069
commit 869724d69b
2 changed files with 40 additions and 1 deletions

1
Jenkinsfile vendored
View File

@@ -220,6 +220,7 @@ def deployToEnvironment(String env) {
--name ${containerName} \
--restart unless-stopped \
-p ${getPortForEnvironment(env)}:80 \
--network host.docker.internal:host-gateway \
${imageToDeploy}
"""