summaryrefslogtreecommitdiff
path: root/typescript/container/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'typescript/container/Dockerfile')
-rw-r--r--typescript/container/Dockerfile7
1 files changed, 5 insertions, 2 deletions
diff --git a/typescript/container/Dockerfile b/typescript/container/Dockerfile
index acea926..898aad1 100644
--- a/typescript/container/Dockerfile
+++ b/typescript/container/Dockerfile
@@ -37,7 +37,10 @@ RUN systemctl enable prepare
# taler-config interprets - at runtime - the
# TypeScript code that describes the deployment.
-COPY taler-config.js .
-RUN chmod +x taler-config.js
+COPY taler-config.sh .
+RUN chmod +x taler-config.sh
+
+# NOTE: should TS be installed from APT?
+RUN npm install -g typescript
CMD ["/sbin/init"]