Skip to content

Commit

Permalink
udated
Browse files Browse the repository at this point in the history
  • Loading branch information
sakthi-aot committed Mar 20, 2024
1 parent c444128 commit ff5cc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/caseflow_web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY . .
RUN npm run build

# Production stage
FROM nginx:1.17-alpine as production-stage
FROM registry.access.redhat.com/ubi8/nginx as production-stage

# Set the user to root explicitly
USER nginx;
Expand Down

0 comments on commit ff5cc14

Please sign in to comment.