[#70] Add timestamps to Docker logs
This commit is contained in:
parent
b0310dafed
commit
0705e351d2
|
@ -30,5 +30,4 @@ COPY --chown=riju:riju --from=build /src ./
|
||||||
RUN chown root:riju system/out/*-privileged && chmod a=,g=rx,u=rwxs system/out/*-privileged
|
RUN chown root:riju system/out/*-privileged && chmod a=,g=rx,u=rwxs system/out/*-privileged
|
||||||
|
|
||||||
USER riju
|
USER riju
|
||||||
CMD ["make", "server"]
|
CMD make server 2>&1 | ts
|
||||||
ENV RIJU_ASSUME_SINGLE_PROCESS 1
|
|
||||||
|
|
Loading…
Reference in New Issue