fix
This commit is contained in:
@@ -7,6 +7,9 @@ WORKDIR /app
|
|||||||
# Copy the Go files into the container
|
# Copy the Go files into the container
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
# Initialize the Go module
|
||||||
|
RUN go mod init drpc-beacon-proxy
|
||||||
|
|
||||||
# Build the Go application
|
# Build the Go application
|
||||||
RUN go build -o proxy-server .
|
RUN go build -o proxy-server .
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user