Skip to content

Commit

Permalink
Update Dockerfile-7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nabad600 authored Nov 5, 2020
1 parent b4056dc commit 48b50ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-7.0
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ RUN cp /usr/bin/php7 /usr/bin/php \

# Add apache to run and configure

RUN mkdir /var/www/localhost && mkdir /var/www/localhost/htdocs && chown -R apache:apache /var/www/localhost/htdocs && chmod -R 755 /var/www/localhost/htdocs && mkdir bootstrap
RUN mkdir /var/www/localhost/htdocs && chown -R apache:apache /var/www/localhost/htdocs && chmod -R 755 /var/www/localhost/htdocs && mkdir bootstrap
ADD start.sh /bootstrap/
RUN chmod +x /bootstrap/start.sh

Expand Down

0 comments on commit 48b50ce

Please sign in to comment.