e0a3589d by Israel do Amaral Santiago

dsfsdfsdes

1 parent 31d4085f
1 #!/bin/bash
2 docker run -d -p 80:80 --name site_institucional devopscloudweek/app01:develop
...\ No newline at end of file ...\ No newline at end of file
1 #!/bin/bash
2 docker rm -f `docker ps -qa` || true
3 docker rmi -f `docker images -q` || true
...\ No newline at end of file ...\ No newline at end of file
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!