Skip to content

Commit

Permalink
Unify Build Process
Browse files Browse the repository at this point in the history
- Don't remove the generate folder in the docker build
  • Loading branch information
CannonLock committed Mar 26, 2024
1 parent 0e3a403 commit 62687fa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ WORKDIR /pelican

COPY . .

# Remove generate package as we already had generated structs in the repo
RUN rm -rf ./generate

ENV GOOS="linux"
ENV GOARCH="amd64"

Expand Down

0 comments on commit 62687fa

Please sign in to comment.