updated dockerfile for felhom-hub
This commit is contained in:
+2
-2
@@ -5,8 +5,8 @@ ARG BUILD_TIME=unknown
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY go.mod go.sum ./
|
COPY go.mod go.sum* ./
|
||||||
RUN go mod download
|
RUN go mod download || true
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user