Skip to content

Commit

Permalink
fix: include pkg/ in dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerGillson committed Sep 5, 2023
1 parent 2a34e0a commit b45bb22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN go mod download
COPY cmd/main.go cmd/main.go
COPY api/ api/
COPY internal/ internal/
COPY pkg/ pkg/

# Get Helm
RUN curl -s https://get.helm.sh/helm-v3.10.1-linux-amd64.tar.gz | tar -xzf - && \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.devspace
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN go mod download
COPY cmd/main.go cmd/main.go
COPY api/ api/
COPY internal/ internal/
COPY pkg/ pkg/

RUN curl -s https://get.helm.sh/helm-v3.10.1-linux-amd64.tar.gz | tar -xzf - && \
mv linux-amd64/helm . && rm -rf linux-amd64
Expand Down

0 comments on commit b45bb22

Please sign in to comment.