Skip to content

Commit

Permalink
add MOJO_MODE environment variable to docker run
Browse files Browse the repository at this point in the history
was removed from Dockerfile but seems to be needed
  • Loading branch information
fabiangabel authored and drdrew42 committed Sep 1, 2021
1 parent ea7d5fd commit cc743ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ docker run -d \
--name standalone-renderer \
--publish 3000:3000 \
--mount type=bind,source="$(pwd)"/volumes/webwork-open-problem-library/,target=/usr/app/webwork-open-problem-library \
--env MOJO_MODE=development \
renderer:1.0
```

Expand Down

0 comments on commit cc743ae

Please sign in to comment.