fixing docker build fail
This commit is contained in:
parent
c29638e463
commit
fbcb2c67dc
|
|
@ -20,5 +20,7 @@ RUN a2enmod rewrite
|
||||||
RUN chmod a+rx / && chmod a+rx -R /root
|
RUN chmod a+rx / && chmod a+rx -R /root
|
||||||
RUN chmod 777 /root/trackdirect/htdocs/public/symbols
|
RUN chmod 777 /root/trackdirect/htdocs/public/symbols
|
||||||
|
|
||||||
|
RUN rm /root/trackdirect/config/trackdirect.ini
|
||||||
|
|
||||||
VOLUME /root/trackdirect/config/trackdirect.ini
|
VOLUME /root/trackdirect/config/trackdirect.ini
|
||||||
VOLUME /root/trackdirect/htdocs/public/heatmaps
|
VOLUME /root/trackdirect/htdocs/public/heatmaps
|
||||||
|
|
|
||||||
|
|
@ -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
|
COPY . /root/trackdirect
|
||||||
|
|
||||||
|
RUN rm /root/trackdirect/config/trackdirect.ini
|
||||||
|
|
||||||
VOLUME /root/trackdirect/config/trackdirect.ini
|
VOLUME /root/trackdirect/config/trackdirect.ini
|
||||||
VOLUME /root/trackdirect/htdocs/public/heatmaps
|
VOLUME /root/trackdirect/htdocs/public/heatmaps
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue