Skip to content

Commit

Permalink
Update build/package/Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Heimes <[email protected]>
  • Loading branch information
avisiedo and tiran authored Jan 18, 2024
1 parent 78f2999 commit 55615fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM registry.redhat.io/rhel9/nodejs-16:1-110 AS builder
# https://github.com/cypress-io/cypress/issues/25236
# TODO Set env variable indicated into the URL
USER root
# The working dir is at /opt/app-root/src
WORKDIR /opt/app-root/src
COPY package*.json .
RUN npm install
COPY src src
Expand Down

0 comments on commit 55615fb

Please sign in to comment.