Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
shweta50 committed Sep 18, 2024
1 parent fc08d10 commit ac82740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hostplumber/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY go.sum go.sum
# cache deps before building and copying source so that we don't need to re-download as much
# and so that source changes don't invalidate our downloaded layer
RUN go mod download

RUN echo "hello"
# Copy the go source
COPY main.go main.go
COPY api/ api/
Expand Down

0 comments on commit ac82740

Please sign in to comment.