Skip to content

Commit

Permalink
added src
Browse files Browse the repository at this point in the history
  • Loading branch information
dbsmith88 committed Mar 25, 2024
1 parent 3d8c0b7 commit ef81bd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hms_nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ARG CONFIG=nginx.conf

COPY $CONFIG /etc/nginx/conf.d/

RUN mkdir /src
RUN chown -R $APP_USER:$APP_USER /src && chmod -R 755 /src && \
chown -R $APP_USER:$APP_USER /etc/nginx/conf.d && \
chown -R $APP_USER:$APP_USER /var/cache/nginx
Expand Down

0 comments on commit ef81bd0

Please sign in to comment.