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 f9fbf39 commit 2f1ec12Copy full SHA for 2f1ec12
README.md
@@ -12,7 +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.
+This assumes a Linux OS and bash as shell. It might be slidely 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