Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sakthi-aot committed Mar 19, 2024
1 parent 315ea47 commit 3694051
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/caseflow_web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@ RUN mkdir /app
COPY --from=build-stage /case-flow-web/app/build /usr/share/nginx/html
COPY ./nginx.conf /etc/nginx/nginx.conf

# Set proper permissions and ownership for nginx directories
RUN mkdir -p /var/cache/nginx/client_temp \
&& chown -R nginx:nginx /var/cache/nginx

CMD ["nginx", "-g", "daemon off;"]

0 comments on commit 3694051

Please sign in to comment.