Skip to content

Instantly share code, notes, and snippets.

@ayoubbensakhria
Last active August 4, 2020 11:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ayoubbensakhria/52b151850d2a6c9c06456ad3c4c29fc1 to your computer and use it in GitHub Desktop.
Save ayoubbensakhria/52b151850d2a6c9c06456ad3c4c29fc1 to your computer and use it in GitHub Desktop.
FROM httpd:2.4.33-alpine
RUN apk update; \
apk upgrade;
# Copy apache vhost file to proxy php requests to php-fpm container
COPY apache.conf /usr/local/apache2/conf/apache.conf
RUN echo "Include /usr/local/apache2/conf/apache.conf" \
>> /usr/local/apache2/conf/httpd.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment