Skip to content

Commit

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

0 comments on commit 181e1eb

Please sign in to comment.