Fixed wrong recursion flag for mkdir
This commit is contained in:
parent
0bc841450b
commit
f19a4c0183
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ ENV SERVER_PWD=somePW
|
||||||
RUN groupadd --system spring && useradd --system --gid spring spring
|
RUN groupadd --system spring && useradd --system --gid spring spring
|
||||||
|
|
||||||
# TODO: this shouldn't be necessary, log to stdout instead
|
# TODO: this shouldn't be necessary, log to stdout instead
|
||||||
RUN mkdir -r /sebserver/log && chown spring:spring /sebserver/log
|
RUN mkdir -p /sebserver/log && chown spring:spring /sebserver/log
|
||||||
|
|
||||||
USER spring:spring
|
USER spring:spring
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue