diff options
Diffstat (limited to 'srcs/wordpress/Dockerfile')
| -rw-r--r-- | srcs/wordpress/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/srcs/wordpress/Dockerfile b/srcs/wordpress/Dockerfile index 0b21c62..b994810 100644 --- a/srcs/wordpress/Dockerfile +++ b/srcs/wordpress/Dockerfile @@ -9,6 +9,8 @@ RUN curl 'https://wordpress.org/wordpress-5.5.1.tar.gz' > wordpress.tar.gz && \ tar xf wordpress.tar.gz && \ mv wordpress /var/www +COPY wp-config.php /var/www/wp-config.php + EXPOSE 5050 CMD ["php", "-S", "0.0.0.0:5050", "-t", "/var/www"] |
