Expose TCP/UDP handler ports in Dockerfile

https://github.com/zoffline/zwift-offline/issues/64
This commit is contained in:
zoffline
2020-06-26 22:19:21 -04:00
committed by GitHub
parent 6d58fb57d7
commit 8331303d21
+1 -1
View File
@@ -9,7 +9,7 @@ RUN pip install flask protobuf protobuf3_to_dict stravalib garmin-uploader
RUN git clone --depth 1 https://github.com/zoffline/zwift-offline
RUN chmod 777 zwift-offline/storage
EXPOSE 443 80
EXPOSE 443 80 3022/udp 3023
VOLUME /usr/src/app/zwift-offline/storage