Skip to content

Commit

Permalink
fix: remove playwright version from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanherwijnen committed Dec 3, 2024
1 parent 719d729 commit 86f1556
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 @@ -44,7 +44,7 @@ EXPOSE 80
CMD ["npm", "start"]

FROM node:20-slim AS downloader
RUN npx -y playwright@1.46.1 install --with-deps
RUN npx -y playwright install --with-deps
LABEL "io.slimfact.vendor"="simsustech"
WORKDIR /app
COPY --from=api-deploy /build/downloader /app
Expand Down

0 comments on commit 86f1556

Please sign in to comment.