Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
behrica authored Oct 12, 2021
1 parent f9fbf39 commit 2f1ec12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ clojure -Sdeps '{:deps {com.github.seancorfield/clj-new {:mvn/version "1.1.331"}

2.Build and run Docker image, which starts a headless repl on port 12345 in a docker container

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.
```bash
cd my-app
docker build -t my-app --build-arg USER_ID=$(id -u) --build-arg GROUP_ID=$(id -g) .
Expand Down

0 comments on commit 2f1ec12

Please sign in to comment.