Improve CI image #24

Merged
jacob1123 merged 7 commits from ci-improvements into master 2022-02-26 00:01:32 +01:00
Showing only changes of commit 27ce8d250f - Show all commits

View File

@ -12,6 +12,6 @@ ENV PATH="/root/.yarn/bin/:${PATH}"
WORKDIR /src/web
ADD web/package.json web/yarn.lock /src/web/
RUN yarn
COPY --from=godeps /root/go/bin/task /root/go/bin/sqlc /root/go/bin/golangci-lint /usr/local/bin/
WORKDIR /src
COPY --from=godeps /root/go/bin/task /root/go/bin/sqlc /root/go/bin/golangci-lint /usr/local/bin/
CMD /build.sh