Skip to content

Commit

Permalink
try to fix yarn settings
Browse files Browse the repository at this point in the history
  • Loading branch information
slax57 committed Apr 5, 2024
1 parent 7528365 commit e781ebe
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,13 @@ CMD ["sh", "-c", "yarn install; yarn storybook"]

FROM base as ci

# EXPOSE 3001
# ENV PORT 3001
COPY --link package.json yarn.lock .yarnrc.yml ./
RUN set -eux; \
yarn

# copy sources
COPY --link . ./

RUN set -eux; \
yarn

RUN set -eux; \
yarn playwright install --with-deps

Expand Down

0 comments on commit e781ebe

Please sign in to comment.