added jenkins deployment

This commit is contained in:
2025-12-10 15:05:51 -05:00
parent 2ba14ce805
commit 8e79be294b

3
Jenkinsfile vendored
View File

@@ -51,6 +51,7 @@ pipeline {
sh """
docker run -d \\
--name ${VUE_CONTAINER_NAME} \\
--network chore-app-net \\
-p 443:443 \\
${VUE_IMAGE}
"""
@@ -58,7 +59,7 @@ pipeline {
sh """
docker run -d \\
--name ${FLASK_CONTAINER_NAME} \\
-p 5000:5000 \\
--network chore-app-net \\
${FLASK_IMAGE}
"""