Skip to content

Commit

Permalink
Fix small issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vvoleman committed May 13, 2024
1 parent bf63bf4 commit e19769d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ RUN apt-get update
RUN apt-get install -y libzip-dev zip cron
RUN docker-php-ext-install mysqli pdo pdo_mysql zip

RUN groupadd -r mysql && useradd -r -g mysql mysql

# Copy crontab
COPY ./docker/crontab /etc/cron.d/crontab
RUN chmod 0644 /etc/cron.d/crontab
Expand Down

0 comments on commit e19769d

Please sign in to comment.