Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
limwa committed Jul 17, 2024
1 parent 7a11704 commit f9bf3cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dockerfiles/Dockerfile.website
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ RUN curl -fsSLO "$SUPERCRONIC_URL" \
COPY ./etc/nginx/default.conf /etc/nginx/conf.d/default.conf
COPY ./etc/php/php.ini ${PHP_INI_DIR}/conf.d/php.ini
# COPY --chown=nobody ./etc/crontab ./crontab
COPY ./etc/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
COPY --chown=nobody ./etc/supervisord.conf ./supervisord.conf
RUN cat ./supervisord.conf >> /etc/supervisor/conf.d/supervisord.conf
RUN rm ./supervisord.conf

USER nobody

Expand Down

0 comments on commit f9bf3cd

Please sign in to comment.