update dockerfiles
This commit is contained in:
parent
944ec28bfc
commit
1415da9a38
|
|
@ -12,9 +12,6 @@ RUN apt-get update && apt-get install -y \
|
|||
aprsc \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN rm /opt/aprsc/etc/aprsc.conf
|
||||
VOLUME /opt/aprsc/etc/aprsc.conf
|
||||
|
||||
EXPOSE 10152
|
||||
EXPOSE 14580
|
||||
EXPOSE 10155
|
||||
|
|
|
|||
|
|
@ -20,7 +20,4 @@ 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
|
||||
|
|
|
|||
|
|
@ -17,7 +17,4 @@ 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
|
||||
|
|
|
|||
Loading…
Reference in New Issue