diff --git a/Dockerfile b/Dockerfile index f70f79d..3554c48 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]