Skip to content
Snippets Groups Projects
Commit 72ca1b39 authored by Alexey Kuklin's avatar Alexey Kuklin
Browse files

.

parent 8a4e398e
No related branches found
No related tags found
No related merge requests found
...@@ -4,8 +4,8 @@ RUN apt-get update && apt-get install -y apache2 libapache2-mod-php7.3 php7.3-my ...@@ -4,8 +4,8 @@ RUN apt-get update && apt-get install -y apache2 libapache2-mod-php7.3 php7.3-my
ADD . /var/www/html/. ADD . /var/www/html/.
COPY docker/apache2-foreground /usr/local/bin/ ADD ./docker/apache2-foreground /usr/local/bin/
COPY docker/000-default.conf /etc/apache2/sites-available/000-default.conf ADD ./docker/000-default.conf /etc/apache2/sites-available/000-default.conf
WORKDIR /var/www/html WORKDIR /var/www/html
EXPOSE 80 EXPOSE 80
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment