chore: update web workflow

This commit is contained in:
Mo
2022-06-09 10:19:07 -05:00
parent ed5285eecb
commit 4b241300ea
3 changed files with 7 additions and 5 deletions

View File

@@ -25,13 +25,13 @@ COPY --chown=$UID:$GID package.json yarn.lock /app/
COPY --chown=$UID:$GID packages/web/package.json /app/packages/web/package.json
COPY --chown=$UID:$GID packages/web-server/package.json /app/packages/web-server/package.json
RUN yarn install
COPY --chown=$UID:$GID . /app
RUN yarn install
RUN gem install bundler
RUN yarn build
RUN yarn build:web:all
EXPOSE 3000