Skip to content

Commit

Permalink
🐛 Move to correct folder
Browse files Browse the repository at this point in the history
  • Loading branch information
robvankeilegom committed Jul 9, 2024
1 parent 56d3c0b commit 23d6b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN a2enmod rewrite
# Copy Composer binary from the Composer official Docker image
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer

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

# Set the working directory
WORKDIR /var/www/html
Expand Down

0 comments on commit 23d6b22

Please sign in to comment.