Skip to content
Snippets Groups Projects
Commit 705308ce authored by RODRIGUEZ GARCIA LUIS GERARDO's avatar RODRIGUEZ GARCIA LUIS GERARDO
Browse files

Update iniciar_contenedor.sh

parent 5b4649ee
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
nohup podman run --replace -d --name appspring -p 8888:8080 server-jar:latest
\ No newline at end of file
JENKINS_NODE_COOKIE=dontKillMe podman run --replace -d --name appspring -p 8888:8080 server-jar:latest
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment