Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
gtopper committed Jan 19, 2025
1 parent 6de9534 commit 9ba7767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/framesd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ FROM --platform=linux/amd64 debian:jessie-slim
COPY --from=build /usr/local/bin/framesd /usr/local/bin

VOLUME /etc/framesd
ENV V3IO_GRPC_PORT 8081
ENV V3IO_HTTP_PORT 8080
ENV V3IO_GRPC_PORT=8081
ENV V3IO_HTTP_PORT=8080

CMD framesd -grpcAddr :${V3IO_GRPC_PORT} -httpAddr :${V3IO_HTTP_PORT} -config /etc/framesd.yaml

0 comments on commit 9ba7767

Please sign in to comment.