1
0
mirror of https://github.com/hexolan/stocklet.git synced 2026-05-20 11:39:24 +01:00
Files
stocklet/build/edge-gateway/Dockerfile
T
2024-04-16 22:27:52 +01:00

3 lines
109 B
Docker

FROM envoyproxy/envoy:v1.28-latest
COPY envoy.yaml /etc/envoy/envoy.yaml
RUN chmod go+r /etc/envoy/envoy.yaml