We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6707be3 commit 7c8d139Copy full SHA for 7c8d139
.gitignore
@@ -1,3 +1,5 @@
1
/.idea
2
/telemetry-forwarder
3
-/.env
+/.env
4
+/dist
5
+/coverage.out
goreleaser.dockerfile
@@ -1,4 +1,4 @@
# This dockerfile is only used to build the backend image for the application using goreleaser.
-FROM scratch
+FROM golang:1.24-alpine
COPY telemetry-forwarder /app/telemetry-forwarder
-ENTRYPOINT []
+ENTRYPOINT ["/app/telemetry-forwarder"]
0 commit comments