Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 2 additions & 16 deletions apache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
FROM webdevops/apache:ubuntu-16.04
FROM httpd:2-alpine

ARG PHP_SOCKET=php-fpm:9000

ENV WEB_PHP_SOCKET=$PHP_SOCKET

ENV WEB_DOCUMENT_ROOT=/var/www/upload

EXPOSE 80 443

WORKDIR /var/www/

ADD vhost.conf /etc/apache2/sites-enabled/vhost.conf

ENTRYPOINT ["/opt/docker/bin/entrypoint.sh"]

CMD ["supervisord"]
COPY httpd.conf /usr/local/apache2/conf/httpd.conf
Loading