This commit is contained in:
2024-11-30 21:49:00 +07:00
parent eaa0c62892
commit 71c57cb2a1
7 changed files with 40 additions and 31 deletions

View File

@ -4,7 +4,7 @@ WORKDIR /app
COPY go.mod go.sum ./
COPY clublog.go config.go config.yml database.go flexradio.go HTTPServer.go spot.go main.go TCPClient.go TCPServer.go utils.go log.go ./
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