mirror of https://github.com/stashapp/stash.git
Fix local docker builds under new projext org (#2411)
This commit is contained in:
parent
2afb467bb1
commit
329b611348
|
@ -23,6 +23,8 @@ COPY ./go* ./*.go Makefile gqlgen.yml .gqlgenc.yml /stash/
|
|||
COPY ./scripts /stash/scripts/
|
||||
COPY ./vendor /stash/vendor/
|
||||
COPY ./pkg /stash/pkg/
|
||||
COPY ./cmd /stash/cmd
|
||||
COPY ./internal /stash/internal
|
||||
COPY --from=frontend /stash /stash/
|
||||
RUN make generate-backend
|
||||
ARG GITHASH
|
||||
|
@ -35,4 +37,4 @@ RUN apk add --no-cache ca-certificates vips-tools ffmpeg
|
|||
COPY --from=backend /stash/stash /usr/bin/
|
||||
ENV STASH_CONFIG_FILE=/root/.stash/config.yml
|
||||
EXPOSE 9999
|
||||
ENTRYPOINT ["stash"]
|
||||
ENTRYPOINT ["stash"]
|
||||
|
|
Loading…
Reference in New Issue