Skip to content

Commit

Permalink
#3 - Fix final CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Feb 29, 2020
1 parent df07140 commit c661ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/ubuntu/18.04-bionic/php7.4/4.0.x-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ RUN apt install -y \

ADD ini/50-phalcon.ini /etc/php/7.4/cli/conf.d

CMD ["php -S 0.0.0.0:80 -t public"]
CMD mkdir -p /srv/public && php -S 0.0.0.0:80 -t public/

0 comments on commit c661ccd

Please sign in to comment.