Skip to content

Commit

Permalink
(re)move docker stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiserWerk committed Jan 18, 2022
1 parent 37dda41 commit e8d60b5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ RUN php composer-setup.php --install-dir=/usr/local/bin --filename=composer

COPY . /var/www/html

COPY ./docker/vhost.conf /etc/apache2/sites-available/000-default.conf
COPY ./vhost.conf /etc/apache2/sites-available/000-default.conf

WORKDIR /var/www/html

RUN mkdir -p /var/www/html/var/sessions
RUN chmod -R 0777 /var/www/html/var

RUN chown -R www-data:www-data /var/www/html
RUN a2enmod rewrite

Expand Down
Empty file removed docker/mysql/Dockerfile
Empty file.
File renamed without changes.

0 comments on commit e8d60b5

Please sign in to comment.