mirror of
https://github.com/clearlinux/docs.git
synced 2026-08-19 05:37:17 +00:00
Run update.sh
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@ We recommend that you add a custom `php.ini` configuration. `COPY` it into
|
||||
same commands to build and run:
|
||||
|
||||
FROM php:5.6-apache
|
||||
COPY config/php.ini /usr/local/etc/php/
|
||||
COPY config/php.ini /usr/local/etc/php
|
||||
COPY src/ /var/www/html/
|
||||
|
||||
Where `src/` is the directory containing all your php code and `config/`
|
||||
|
||||
+1
-1
@@ -70,7 +70,7 @@ or (again, if you need to use Python 2):
|
||||
|
||||
# License
|
||||
|
||||
View license information for [Python 2](https://docs.python.org/2/license.html#)and [Python 3](https://docs.python.org/3/license.html#) software contained in this image.
|
||||
View license information for [Python 2](https://docs.python.org/2/license.html) and [Python 3](https://docs.python.org/3/license.html).
|
||||
|
||||
# Supported Docker versions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user