This commit is contained in:
2025-10-04 01:26:52 +02:00
parent 7fbecf7cee
commit c5ec62308e

View File

@@ -1,12 +0,0 @@
FROM golang:1.23.1
WORKDIR /app
COPY go.mod go.sum ./
COPY config.go config.yml database.go flexradio.go spot.go main.go TCPClient.go TCPServer.go utils.go log.go xml.go ./
COPY templates/* .
RUN go build -o bin main.go
ENTRYPOINT ["/app/bin"]