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 408207df92 - Show all commits

View File

@ -9,8 +9,9 @@ RUN apk --no-cache add go nodejs yarn bash curl git git-perl tmux
ADD docker/build.sh /
RUN yarn global add @vue/cli
ENV PATH="/root/.yarn/bin/:${PATH}"
WORKDIR /src
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
CMD /build.sh