drop reproxy.enabled=false from the Dockerfile

This commit is contained in:
Umputun
2021-04-12 22:09:16 -05:00
parent 64fd98a130
commit 22ef8a060a

View File

@@ -35,7 +35,6 @@ RUN \
COPY init.sh /init.sh
COPY --from=backend /build/reproxy /srv/reproxy
RUN chmod +x /srv/reproxy
LABEL reproxy.enabled="false"
WORKDIR /srv
ENTRYPOINT ["/init.sh"]