Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Incorrect env declaration maybe.
  • Loading branch information
mariacha committed Dec 23, 2024
commit ed5280714444d62e10539683fa466dd3bd1bf0f3
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ RUN apk add -U --no-cache --allow-untrusted chromium
# Add packages and settings for screener.io automated visual regression testing
RUN apk add --update jq
RUN apk add -U --no-cache nghttp2-dev npm
ENV NPM_CONFIG_UNSAFE_PERM=true
ENV NPM_CONFIG_UNSAFE_PERM true
ENV NODE_PATH /usr/lib/node_modules
RUN npm install dotenv@latest --global
RUN npm install screener-runner@latest --global
Expand Down