mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-03 22:42:16 -05:00
log cpu info during build for diagnostic purposes
This commit is contained in:
parent
5d9029cfb8
commit
5d5d8d7d1d
@ -17,6 +17,9 @@ RUN apt-get install -y texlive-fonts-recommended texlive-fonts-extra
|
|||||||
RUN mkdir /var/www/html/extensions
|
RUN mkdir /var/www/html/extensions
|
||||||
RUN OUTDIR=/var/www/html/extensions/ make html pdf
|
RUN OUTDIR=/var/www/html/extensions/ make html pdf
|
||||||
|
|
||||||
|
RUN cat /sys/fs/cgroup/cpuset/cpuset.cpus || true
|
||||||
|
RUN cat /proc/cpuinfo || true
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
CMD /usr/sbin/nginx -g 'daemon off;'
|
CMD /usr/sbin/nginx -g 'daemon off;'
|
||||||
|
Loading…
Reference in New Issue
Block a user