fix: scheduled tasks runner docker build

This commit is contained in:
spiral
2022-07-14 19:00:01 +02:00
parent 1825a00248
commit f864498392
2 changed files with 2 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ RUN apk add go
WORKDIR /build
COPY services/scheduled_tasks/ /build
COPY ./ /build
RUN go build .