From: Emilie Date: Fri, 1 Jun 2018 10:21:21 +0000 (+0200) Subject: [Test] : tests commands X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b767d2072286f9f057f478d5d88a5126381f195f;p=docker-django-scripts.git [Test] : tests commands --- diff --git a/test/ps.sh b/test/ps.sh new file mode 100644 index 0000000..1637346 --- /dev/null +++ b/test/ps.sh @@ -0,0 +1,2 @@ +#!/bin/bash +docker-compose -f docker-compose.yml -f env/dev.yml -f env/selenium.yml ps \ No newline at end of file diff --git a/test/up.sh b/test/up.sh new file mode 100755 index 0000000..9219ce7 --- /dev/null +++ b/test/up.sh @@ -0,0 +1,2 @@ +#!/bin/bash +docker-compose -f docker-compose.yml -f env/dev.yml -f env/selenium.yml up \ No newline at end of file