Skip to content

Commit

Permalink
Update Dockerfile.node
Browse files Browse the repository at this point in the history
  • Loading branch information
JonTaylorBCGov2 committed Jul 5, 2024
1 parent d235dbe commit bd5beff
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions web/Dockerfile.node
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
ARG WEB_BASE_HREF
FROM centos/nodejs-10-centos7:10
ENV WEB_BASE_HREF="$WEB_BASE_HREF/court-admin-scheduling"
ARG WEB_BASE_HREF
ENV WEB_BASE_HREF="$WEB_BASE_HREF"
ENV WEB1_BASE_HREF="$WEB_BASE_HREF"
WORKDIR /opt/app-root/src
COPY . .
RUN echo "$WEB1_BASE_HREF"
RUN echo "$WEB_BASE_HREF"
RUN npm install
RUN npm run build

0 comments on commit bd5beff

Please sign in to comment.