Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
fix: angular-ui
Browse files Browse the repository at this point in the history
Signed-off-by: Chaz Leong <13462818+cleong14@users.noreply.github.com>
  • Loading branch information
cleong14 committed Jul 12, 2024
1 parent e43a1fe commit 145bef3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions angular-ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM artifactory.cloud.cms.gov/batcave-docker/node:18-alpine AS base
FROM node:alpine AS base

WORKDIR /app
COPY package*.json .
Expand All @@ -11,7 +11,7 @@ COPY . .
RUN npm run build


FROM artifactory.cloud.cms.gov/batcave-docker/node:18-alpine
FROM node:alpine

WORKDIR /app
COPY --chown=node:node --from=build /app /app
Expand Down
2 changes: 1 addition & 1 deletion angular-ui/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pipeline {
restartPolicy: Never
containers:
- name: build
image: artifactory.cloud.cms.gov/docker/node:18
image: artifactory.cloud.cms.gov/docker/nodejs:16-alpine
command: ['tail', '-f', '/dev/null']
"""
}
Expand Down

0 comments on commit 145bef3

Please sign in to comment.