diff --git a/docker/build/x86_64/Dockerfile b/docker/build/x86_64/Dockerfile index 529315959..0749ad7c6 100644 --- a/docker/build/x86_64/Dockerfile +++ b/docker/build/x86_64/Dockerfile @@ -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"] \ No newline at end of file +ENTRYPOINT ["stash"]