summaryrefslogtreecommitdiff
path: root/docker/sandbox-cli.Dockerfile
diff options
context:
space:
mode:
authorLukas Grossberger <code@grossberger.xyz>2021-01-30 16:54:52 +0100
committerLukas Grossberger <code@grossberger.xyz>2021-01-30 16:54:58 +0100
commite2b4140e4106eb15a139157639c428219036e5e8 (patch)
treec740a0ca6c7790310471383d5684c660b66a0755 /docker/sandbox-cli.Dockerfile
parentc4e3dee8c57dd1ddb87cd4a6ccbd906817820c1e (diff)
downloadlibeufin-deployment-e2b4140e4106eb15a139157639c428219036e5e8.tar.gz
libeufin-deployment-e2b4140e4106eb15a139157639c428219036e5e8.tar.bz2
libeufin-deployment-e2b4140e4106eb15a139157639c428219036e5e8.zip
add basic compose sandbox cli test
Diffstat (limited to 'docker/sandbox-cli.Dockerfile')
-rw-r--r--docker/sandbox-cli.Dockerfile10
1 files changed, 10 insertions, 0 deletions
diff --git a/docker/sandbox-cli.Dockerfile b/docker/sandbox-cli.Dockerfile
new file mode 100644
index 0000000..7e15a60
--- /dev/null
+++ b/docker/sandbox-cli.Dockerfile
@@ -0,0 +1,10 @@
+# Testing the sandbox with the CLI
+FROM libeufin:dev
+
+ENV SANDBOX_PORT 5000
+ENV LIBEUFIN_SANDBOX_URL "http://libeufin-sandbox:${SANDBOX_PORT}/"
+
+COPY ./assets/sandbox-cli-test.sh /sandbox-cli-test.sh
+RUN chmod +x /sandbox-cli-test.sh
+
+CMD /sandbox-cli-test.sh