fixing docker build fail

This commit is contained in:
Peter Buchegger 2022-02-06 21:02:22 +00:00
parent c29638e463
commit fbcb2c67dc
2 changed files with 4 additions and 0 deletions

View File

@ -20,5 +20,7 @@ RUN a2enmod rewrite
RUN chmod a+rx / && chmod a+rx -R /root
RUN chmod 777 /root/trackdirect/htdocs/public/symbols
RUN rm /root/trackdirect/config/trackdirect.ini
VOLUME /root/trackdirect/config/trackdirect.ini
VOLUME /root/trackdirect/htdocs/public/heatmaps

View File

@ -17,5 +17,7 @@ RUN wget http://jjguy.com/heatmap/heatmap-2.2.1.tar.gz && tar xzf heatmap-2.2.1.
COPY . /root/trackdirect
RUN rm /root/trackdirect/config/trackdirect.ini
VOLUME /root/trackdirect/config/trackdirect.ini
VOLUME /root/trackdirect/htdocs/public/heatmaps