Skip to content

Commit

Permalink
fix: trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielg2020 committed Apr 15, 2024
1 parent 10e1c97 commit aefed6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php/8.0/fpm-nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM php:8.0-fpm-alpine3.16
# trigger ci

# Add supervisord
RUN apk add --no-cache supervisor~=4
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf

# trigger ci
# Add nginx
RUN apk add --no-cache nginx~=1 \
&& chown -R www-data:www-data /run /var/lib/nginx /var/log/nginx
Expand Down

0 comments on commit aefed6d

Please sign in to comment.