Files
SkydiveLogs/doc.txt
sandre 137b2ab1fc Update to Angular v19 and fixing (#3)
Reviewed-on: #3
Co-authored-by: sandre <perso@sebastienandre.com>
Co-committed-by: sandre <perso@sebastienandre.com>
2026-01-20 10:56:31 +00:00

8 lines
391 B
Plaintext

To build an image "toto" with the version "0.1": podman build . -t skydivelogs:1.5.0
To run ab image to container with volume :
podman run -v C:\toto\config:/app/Front/config -v C:\toto\db:/app/API/Data -d -p 5080:80/tcp --name Test -it skydivelogs:1.5.0
podman save --output skydivelogs-1.5.0.tar skydivelogs:1.5.0
scp -P 5022 skydivelogs-1.5.0.tar administrator@51.75.68.58:~