diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-15 14:42:08 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-15 14:42:08 -0600 |
| commit | c151c1a77d31c5e01885691b6df1ea7b0be0b0e5 (patch) | |
| tree | 254aed8be6abaffaeba71df5bcb35d41d52bb2b2 /Dockerfile | |
| parent | 3d01a69471fc4f0ae9f2f4145620b6aea50f2216 (diff) | |
| parent | b6968005e1e1758e37edc7830c02e2217ee5fd90 (diff) | |
Merge branch 'envoy-cleanup' into 'main'
Delete code that is now handled by envoy
See merge request gitlab-org/software-supply-chain-security/authorization/sparkled!7
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -6,7 +6,6 @@ COPY . ./ RUN go build -o /bin/sparkled ./cmd/sparkled/main.go FROM envoyproxy/envoy:v1.34-latest -ENV BIND_ADDR=":8080" EXPOSE 8080 9901 10000 WORKDIR /opt/sparkle/ RUN mkdir -p bin etc public @@ -15,4 +14,4 @@ COPY --from=build /app/public public COPY etc/ etc COPY bin/*.sh bin/ RUN chmod +x bin/*.sh -CMD ["/opt/sparkle/bin/init.sh"] +CMD ["/opt/sparkle/bin/entrypoint.sh"] |
