[#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
|
||||
|
||||
USER riju
|
||||
CMD ["make", "server"]
|
||||
ENV RIJU_ASSUME_SINGLE_PROCESS 1
|
||||
CMD make server 2>&1 | ts
|
||||
|
|
Loading…
Reference in New Issue