Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: William Moreno <williamjmorenor@gmail.com>
  • Loading branch information
williamjmorenor authored Jun 9, 2024
1 parent 7e61f67 commit 4a7afe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3 AS js
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4 AS js
RUN microdnf install -y nodejs npm
WORKDIR /usr/app
COPY ./now_lms/static/package.json /usr/app/package.json
RUN npm install --ignore-scripts

FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4

# Copy app code
COPY . /app
Expand Down

0 comments on commit 4a7afe1

Please sign in to comment.