woodpecker config

This commit is contained in:
jon brookes 2026-01-25 17:30:57 +00:00
parent 45ac11d4d3
commit 93d307358e

View file

@ -60,7 +60,6 @@ RUN npm run build
COPY cmd/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh COPY cmd/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
RUN chmod +x /usr/local/bin/docker-entrypoint.sh RUN chmod +x /usr/local/bin/docker-entrypoint.sh
# RUN chown -R www:www /var/www
# add supervisord config and a log dir (kept before switching to non-root user) # add supervisord config and a log dir (kept before switching to non-root user)
COPY ./docker/supervisord.conf /etc/supervisord.conf COPY ./docker/supervisord.conf /etc/supervisord.conf