diff --git a/Dockerfile b/Dockerfile index a9991da..7170700 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,4 +20,4 @@ WORKDIR /app/ COPY --from=builder /app/gottdad . # Command to run the executable -CMD ["./gotdadd"] \ No newline at end of file +CMD ["./gottdad"] \ No newline at end of file