mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-01-31 11:16:42 +01:00
Forgot the damned overrides
This commit is contained in:
parent
6e78a0cf91
commit
860edbf533
1 changed files with 3 additions and 0 deletions
|
@ -70,6 +70,9 @@ RUN rm /usr/bin/composer /usr/bin/install-php-extensions
|
|||
|
||||
COPY docker/nginx/site.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
COPY docker/php/php.ini /usr/local/etc/php/conf.d/php.ini
|
||||
COPY docker/php/php.ini /usr/local/etc/php-fpm.d/php.ini
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
ENTRYPOINT ["docker/entrypoint.sh"]
|
||||
|
|
Loading…
Reference in a new issue