Skip to content

Commit

Permalink
Comment podman commands
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed May 11, 2023
1 parent a409fca commit fc4f6c7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions site/profile/manifests/userportal.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fc4f6c7

Please sign in to comment.