summaryrefslogtreecommitdiff
path: root/typescript/README
diff options
context:
space:
mode:
Diffstat (limited to 'typescript/README')
-rw-r--r--typescript/README9
1 files changed, 0 insertions, 9 deletions
diff --git a/typescript/README b/typescript/README
deleted file mode 100644
index 996ec7a..0000000
--- a/typescript/README
+++ /dev/null
@@ -1,9 +0,0 @@
-Building and running the image.
-
-'cd' into 'container/' and run:
-$ podman build -t $tag .
-
-Run it, passing a configuration expression:
-$ podman run -it [-v /host/path/to/config-file:/config.ts] $tag
-
-Please, kill running container with 'podman kill'.