31d4085f by Israel do Amaral Santiago

sfdfsaa

1 parent 6d5f28c8
#!/bin/bash
docker run -d -p 80:80 --name site_institucional devopscloudweek/app01:develop
\ No newline at end of file
#!/bin/bash
docker rm -f `docker ps -qa` || true
docker rmi -f `docker images -q` || true
\ 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!