You've already forked armbian-router
mirror of
https://github.com/armbian/armbian-router.git
synced 2026-01-06 10:37:03 -08:00
Fix docker build compilation
This commit is contained in:
@@ -3,7 +3,7 @@ FROM golang:alpine AS builder
|
||||
WORKDIR /src
|
||||
|
||||
# Copy go mod and project files
|
||||
COPY go.* .
|
||||
COPY go.* ./
|
||||
RUN go mod download
|
||||
COPY . .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user