Skip to content

Commit

Permalink
debug build
Browse files Browse the repository at this point in the history
Signed-off-by: SammyOina <[email protected]>
  • Loading branch information
SammyOina committed Sep 26, 2023
1 parent 8ed7430 commit 23fca33
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ WORKDIR /go/src/github.com/mainflux/agent
COPY . .
RUN apk update \
&& apk add make\
&& make $SVC \
&& mv build/mainflux-$SVC /exe
&& make $SVC
RUN ls build
RUN mv build/mainflux-$SVC /exe

FROM scratch
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
Expand Down

0 comments on commit 23fca33

Please sign in to comment.