Still no log dir: touch sebserver.log
This commit is contained in:
parent
f19a4c0183
commit
82813ba97f
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 -p /sebserver/log && chown spring:spring /sebserver/log
|
RUN mkdir -p /sebserver/log && touch /sebserver/log/sebserver.log && chown -R spring:spring /sebserver/log
|
||||||
|
|
||||||
USER spring:spring
|
USER spring:spring
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue