]> git.parisson.com Git - docker-django-scripts.git/commitdiff
[Test] : tests commands
authorEmilie <zawadzki@ircam.fr>
Fri, 1 Jun 2018 10:21:21 +0000 (12:21 +0200)
committerEmilie <zawadzki@ircam.fr>
Fri, 1 Jun 2018 10:21:21 +0000 (12:21 +0200)
test/ps.sh [new file with mode: 0644]
test/up.sh [new file with mode: 0755]

diff --git a/test/ps.sh b/test/ps.sh
new file mode 100644 (file)
index 0000000..1637346
--- /dev/null
@@ -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 (executable)
index 0000000..9219ce7
--- /dev/null
@@ -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