Skip to content

Commit a902af9

Browse files
committed
Move files
1 parent 440b6b9 commit a902af9

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,19 +75,19 @@ WORKDIR /home/gradle/src
7575
RUN gradle :envoy-control-runner:assemble --parallel --no-daemon
7676

7777
FROM envoyproxy/envoy-alpine-dev:6c2137468c25d167dbbe4719b0ecaf343bfb4233 as envoy
78-
COPY envoy.yaml /etc/envoy.yaml
79-
COPY envoy-front-proxy.yaml /etc/envoy-front-proxy.yaml
78+
COPY heroku/envoy.yaml /etc/envoy.yaml
79+
COPY heroku/envoy-front-proxy.yaml /etc/envoy-front-proxy.yaml
8080
COPY --from=consul /bin/consul /bin/consul
8181

8282
RUN apk --no-cache add openjdk11 curl --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community
8383
RUN mkdir /tmp/envoy-control-dist /tmp/envoy-control /bin/envoy-control /etc/envoy-control
8484
COPY --from=build /home/gradle/src/envoy-control-runner/build/distributions/ /tmp/envoy-control-dist
8585
COPY ./envoy-control-runner/src/main/resources/application.yaml /etc/envoy-control/
86-
COPY ./register-echo1.json /etc/envoy-control/
86+
COPY heroku/register-echo1.json /etc/envoy-control/
8787
RUN tar -xf /tmp/envoy-control-dist/envoy-control-runner*.tar -C /tmp/envoy-control
8888
RUN mv /tmp/envoy-control/envoy-control-runner*/ /bin/envoy-control/envoy-control-runner
8989
# APP_PORT: 8080
9090
# XDS_PORT: 50000
9191

92-
COPY run-envoy.sh /run-envoy.sh
92+
COPY heroku/run-envoy.sh /run-envoy.sh
9393
CMD ["sh", "/run-envoy.sh"]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)