mirror of
https://github.com/danog/php.git
synced 2024-11-27 04:14:56 +01:00
6 lines
100 B
Plaintext
6 lines
100 B
Plaintext
COPY apache2-foreground /usr/local/bin/
|
|
WORKDIR /var/www/html
|
|
|
|
EXPOSE 80
|
|
CMD ["apache2-foreground"]
|