diff --git a/dockerfile b/dockerfile index d1e0f10..14c40e9 100644 --- a/dockerfile +++ b/dockerfile @@ -8,7 +8,6 @@ WORKDIR /app COPY server ./ # Command to run the executable -RUN chmod a+x main CMD ["./server"] # Expose the port on which the Go server will run diff --git a/server b/server new file mode 100755 index 0000000..935c3e4 Binary files /dev/null and b/server differ