1 parent b4a8b96 commit 684c606Copy full SHA for 684c606
1 file changed
README.md
@@ -26,5 +26,6 @@ await $`echo Hello, ${name}.`;
26
- Mount `example.mjs` path and run:
27
28
```bash
29
-docker run --rm -v "$(pwd):/tmp" peschee/docker-zx /tmp/example.mjs
+docker build -t docker-zx .
30
+docker run --rm -v "$(pwd):/tmp" docker-zx /tmp/example.mjs
31
```
0 commit comments