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 3cb6695 commit fcd62db
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/caseflow_web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ RUN npm run build
FROM nginx:1.17-alpine as production-stage

# Create necessary directories with appropriate permissions
RUN mkdir -p /var/cache/nginx/client_temp && \
RUN mkdir -p /var/cache/nginx/client_temp \
/var/cache/nginx/proxy_temp \
/var/cache/nginx/fastcgi_temp \
/var/cache/nginx/uwsgi_temp \
/var/cache/nginx/scgi_temp && \
chown -R nginx:nginx /var/cache/nginx

RUN mkdir /app
Expand Down

0 comments on commit fcd62db

Please sign in to comment.