Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Mangani <lorenzo.mangani@gmail.com>
  • Loading branch information
lmangani committed Feb 26, 2024
1 parent 10e8977 commit b277fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ FROM scratch
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=builder /influxdb3 /influxdb3
EXPOSE 8080 8082
CMD ["/influxdb3", "run"]
CMD ["/influxdb3", "serve"]

0 comments on commit b277fd5

Please sign in to comment.