From e849e100c99a033e86e033836406d69e69b4972c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix-Antoine=20Fortin?= Date: Thu, 6 Apr 2023 11:56:54 -0400 Subject: [PATCH] Comment podman commands --- site/profile/manifests/userportal.pp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/site/profile/manifests/userportal.pp b/site/profile/manifests/userportal.pp index 98220b013..3fce1b9a1 100644 --- a/site/profile/manifests/userportal.pp +++ b/site/profile/manifests/userportal.pp @@ -229,10 +229,10 @@ } } -# podman command to run it in a container -podman run --network=host IMAGE_ID -podman cp 99-local.py CONTAINER_ID:/tbt/userportal/settings/99-local.py -# podman exec CONTAINER_ID /tbt/manage.py migrate -podman cp CONTAINER_ID:/tbt/static/custom.js /var/www/userportal-static/ -podman cp CONTAINER_ID:/tbt/static/dashboard.css /var/www/userportal-static/ -podman restart CONTAINER_ID +# # podman command to run it in a container +# podman run --network=host IMAGE_ID +# podman cp 99-local.py CONTAINER_ID:/tbt/userportal/settings/99-local.py +# # podman exec CONTAINER_ID /tbt/manage.py migrate +# podman cp CONTAINER_ID:/tbt/static/custom.js /var/www/userportal-static/ +# podman cp CONTAINER_ID:/tbt/static/dashboard.css /var/www/userportal-static/ +# podman restart CONTAINER_ID