Skip to content

Commit

Permalink
feat: Enable rewrite module (#13)
Browse files Browse the repository at this point in the history
Fixes #10
  • Loading branch information
kesara authored Mar 27, 2024
1 parent 7988382 commit 65364f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ RUN apt update
RUN apt install php7.4 php7.4-intl php7.4-mbstring php7.4-mysql php7.4-xml -y
RUN apt autoremove -qy

RUN a2enmod rewrite

EXPOSE 80

RUN groupadd -r www && useradd -r --create-home -g www www
Expand Down

0 comments on commit 65364f0

Please sign in to comment.