Fix local docker builds under new projext org (#2411)

This commit is contained in:
kermieisinthehouse 2022-03-22 19:35:42 -07:00 committed by GitHub
parent 2afb467bb1
commit 329b611348
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -23,6 +23,8 @@ COPY ./go* ./*.go Makefile gqlgen.yml .gqlgenc.yml /stash/
COPY ./scripts /stash/scripts/ COPY ./scripts /stash/scripts/
COPY ./vendor /stash/vendor/ COPY ./vendor /stash/vendor/
COPY ./pkg /stash/pkg/ COPY ./pkg /stash/pkg/
COPY ./cmd /stash/cmd
COPY ./internal /stash/internal
COPY --from=frontend /stash /stash/ COPY --from=frontend /stash /stash/
RUN make generate-backend RUN make generate-backend
ARG GITHASH ARG GITHASH