Skip to content

Commit

Permalink
update docker config
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Jan 8, 2024
1 parent de54230 commit ef93679
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Tips: https://support.google.com/accounts/answer/185833?hl=en
>
> The path of the email config file that is using these environment variables is located at: [`/lib/config/sendmail.php`](https://github.com/TanHongIT/new-mvc-shop/tree/master/lib/config/sendmail.php)
# 7. Install with Docker
# 7. Install with Docker (Optional)

> Note:
>
Expand Down
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,7 @@ COPY --from=composer/composer /usr/bin/composer /usr/local/bin/composer

WORKDIR /var/www/html

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

EXPOSE 80
EXPOSE 443

0 comments on commit ef93679

Please sign in to comment.