Skip to content

Commit

Permalink
ci: fix missing dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
farioas committed Nov 2, 2022
1 parent f59a8b4 commit 96999c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ RUN set -eux; \
COPY --chown=1001:0 deploy/default.conf /etc/nginx/nginx.conf

RUN set -eux; \
mkdir -p $OPT_DIR && \
chown -R 1001:0 $OPT_DIR
mkdir -p $OPT_DIR /var/log/nginx /var/cache/nginx /etc/nginx && \
chown -R 1001:0 $OPT_DIR /var/log/nginx /var/cache/nginx /etc/nginx

# Copy and install middleware dependencies
COPY --chown=1001:0 deploy/requirements-mw.txt .
Expand Down

0 comments on commit 96999c7

Please sign in to comment.