Split dev docker-container into two containers

This commit is contained in:
2022-03-17 19:41:24 +00:00
parent 8eabf3d1c8
commit 4798cb95b0
4 changed files with 21 additions and 8 deletions

View File

@ -13,5 +13,4 @@ WORKDIR /src/web
ADD web/package.json web/yarn.lock /src/web/
RUN yarn
WORKDIR /src
COPY --from=godeps /root/go/bin/task /root/go/bin/sqlc /root/go/bin/golangci-lint /usr/local/bin/
CMD /dev.sh
COPY --from=godeps /root/go/bin/task /root/go/bin/sqlc /root/go/bin/golangci-lint /usr/local/bin/