Skip to content

Commit

Permalink
fix duplicate RUN
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewPaglusch committed Nov 16, 2024
1 parent 5bbe64a commit 7f4552f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY docker/nginx.conf /etc/nginx/nginx.conf
COPY docker/entrypoint.sh /entrypoint.sh
COPY docker/settings.php /var/www/html/settings.php

RUN RUN rm -rf /var/www/html/docker && \
RUN rm -rf /var/www/html/docker && \
mkdir -p /var/run/nginx && \
mkdir -p /var/run/php-fpm && \
chown -R nginx:nginx /var/run/ && \
Expand Down

0 comments on commit 7f4552f

Please sign in to comment.