summaryrefslogtreecommitdiff
path: root/docker/sandbox-cli.Dockerfile
diff options
context:
space:
mode:
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