Skip to content

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnStarich committed Jul 31, 2021
1 parent 4b701e4 commit 620d08a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ RUN apk add --no-cache \

WORKDIR /src
# Cache go installation first
COPY internal/testdata /src/internal/testdata
COPY Makefile /src
RUN make go
# Build command binaries and static assets
Expand Down

0 comments on commit 620d08a

Please sign in to comment.