docker-redmine: Error running latest
When I run sameersbn/redmine:latest
I get
➜ docker run --rm -it sameersbn/redmine app:help
/etc/docker-redmine/runtime/functions: line 871: syntax error near unexpected token `|'
Running sameersbn/redmine:3.4.2
I don’t get the error.
I can look into this more thoroughly later and open a PR. But I figured you may want to know about a possible regression.
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 15
Commits related to this issue
- Fix regression in functions file Fixes issue #290 — committed to sameersbn/docker-redmine by jcormier 7 years ago
For further clarity,
app:help
was just the one I happened to copy/paste. It occurred on every command, since/etc/docker-redmine/runtime/functions
is being sourced at the top ofentrypoint.sh