Skip to content

Commit

Permalink
Fix undefined vars build warnings in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Aug 12, 2024
1 parent dc1bf3d commit 484c55a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ RUN set ex \

FROM node:${NODE_VERSION} AS archivematica-dashboard-testing

ARG USER_ID=1000
ARG GROUP_ID=1000
ARG SELENIUM_DIR=/selenium
ENV PATH=${SELENIUM_DIR}/bin:$PATH

Expand Down

0 comments on commit 484c55a

Please sign in to comment.