Skip to content

Commit

Permalink
fix yarn build
Browse files Browse the repository at this point in the history
  • Loading branch information
vpalmisano committed Jan 27, 2025
1 parent f1f26b0 commit bb43316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ ENTRYPOINT ["/app/entrypoint.sh"]

COPY package.json yarn.lock /app/
ENV PUPPETEER_SKIP_DOWNLOAD=true
RUN yarn install --frozen-lockfile --production || yarn install --frozen-lockfile --production
RUN yarn install --frozen-lockfile --production || yarn install --production

COPY scripts /app/scripts/
COPY app.min.js entrypoint.sh /app/

0 comments on commit bb43316

Please sign in to comment.