update dockerfiles

This commit is contained in:
Peter Buchegger 2022-02-20 11:48:45 +01:00
parent 944ec28bfc
commit 1415da9a38
3 changed files with 0 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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