diff --git a/Dockerfile b/Dockerfile index 5eddf81..79caac1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,6 @@ RUN go mod download EXPOSE 6893 -CMD ["go", "run", "main.go"] \ No newline at end of file +RUN go build -o segfautilities +RUN chmod +x segfautilities +CMD ["./segfautilities"] \ No newline at end of file