We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0250c2 commit f9fbf39Copy full SHA for f9fbf39
README.md
@@ -12,6 +12,7 @@ clojure -Sdeps '{:deps {com.github.seancorfield/clj-new {:mvn/version "1.1.331"}
12
13
2.Build and run Docker image, which starts a headless repl on port 12345 in a docker container
14
15
+This assumes a Linux OS and bash as shell. It might be slide different on other platforms or shell.
16
```bash
17
cd my-app
18
docker build -t my-app --build-arg USER_ID=$(id -u) --build-arg GROUP_ID=$(id -g) .
0 commit comments