Skip to content

Commit

Permalink
Yakety Yak
Browse files Browse the repository at this point in the history
  • Loading branch information
hopsoft committed Jan 7, 2024
1 parent 04cf403 commit eb959f8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@ FROM node AS playwright
RUN yarn global add playwright --with-deps

FROM playwright AS final
RUN apt-get clean && \
gem update --system && \
bundle config set --local clean 'true'
RUN apt-get clean

COPY ../ /app

WORKDIR /app

RUN gem update --system
RUN bundle
RUN bundle clean --force
RUN yarn --frozen-lockfile
RUN yarn autoclean --force

Expand Down

0 comments on commit eb959f8

Please sign in to comment.