mirror of
https://github.com/nikdoof/aaisp2mqtt.git
synced 2025-12-18 05:09:24 +00:00
remove unneeded Docker port expose.
This commit is contained in:
@@ -17,5 +17,4 @@ RUN apk add --no-cache \
|
||||
&& chown aaisp:aaisp -R /app \
|
||||
&& echo "0 * * * * /usr/bin/python /app/aaisp-to-mqtt.py /app/config.cfg" | crontab -u aaisp -
|
||||
|
||||
EXPOSE 8080/tcp
|
||||
CMD ["/usr/sbin/crond", "-f", "-d", "8"]
|
||||
|
||||
Reference in New Issue
Block a user