File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ RUN set -eux; \
6262 rm -rf /var/lib/apt/lists/*
6363
6464COPY --from=builder /opt/thrift/bin/thrift /usr/local/bin/thrift
65- COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
66- COPY tests/smoke.thrift /tmp/smoke.thrift
65+ COPY ../ docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
66+ COPY ../ tests/smoke.thrift /tmp/smoke.thrift
6767
6868RUN set -eux; \
6969 thrift --version | grep -F "$THRIFT_VERSION" ; \
Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ RUN set -eux; \
5858 apk add --no-cache libstdc++
5959
6060COPY --from=builder /opt/thrift/bin/thrift /usr/local/bin/thrift
61- COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
62- COPY tests/smoke.thrift /tmp/smoke.thrift
61+ COPY ../ docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
62+ COPY ../ tests/smoke.thrift /tmp/smoke.thrift
6363
6464RUN set -eux; \
6565 thrift --version | grep -F "$THRIFT_VERSION"; \
Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ RUN set -eux; \
6262 rm -rf /var/lib/apt/lists/*
6363
6464COPY --from=builder /opt/thrift/bin/thrift /usr/local/bin/thrift
65- COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
66- COPY tests/smoke.thrift /tmp/smoke.thrift
65+ COPY ../ docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
66+ COPY ../ tests/smoke.thrift /tmp/smoke.thrift
6767
6868RUN set -eux; \
6969 thrift --version | grep -F "$THRIFT_VERSION" ; \
Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ RUN set -eux; \
5858 apk add --no-cache libstdc++
5959
6060COPY --from=builder /opt/thrift/bin/thrift /usr/local/bin/thrift
61- COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
62- COPY tests/smoke.thrift /tmp/smoke.thrift
61+ COPY ../ docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
62+ COPY ../ tests/smoke.thrift /tmp/smoke.thrift
6363
6464RUN set -eux; \
6565 thrift --version | grep -F "$THRIFT_VERSION"; \
You can’t perform that action at this time.
0 commit comments