Skip to content

Commit

Permalink
Fix Dockerfile style warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan971 committed Jan 8, 2025
1 parent a9b2c4a commit 08ab853
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 @@ -126,7 +126,7 @@ FROM corretto AS playwright

ARG PLAYWRIGHT_VERSION="1.44"
ENV PLAYWRIGHT_VERSION="${PLAYWRIGHT_VERSION}"
ENV PLAYWRIGHT_BROWSERS_PATH /ms-playwright
ENV PLAYWRIGHT_BROWSERS_PATH="/ms-playwright"

USER root
RUN curl -fsSL -o setup_node.sh https://rpm.nodesource.com/setup_20.x && \
Expand Down

0 comments on commit 08ab853

Please sign in to comment.