This commit is contained in:
@@ -13,6 +13,7 @@ RUN apt-get update && apt-get install -y \
|
||||
openssh-client \
|
||||
unzip \
|
||||
iputils-ping \
|
||||
dos2unix \
|
||||
libpng-dev \
|
||||
libjpeg-dev \
|
||||
libfreetype6-dev \
|
||||
@@ -73,7 +74,7 @@ RUN chmod +x /usr/local/bin/entrypoint.sh
|
||||
COPY crontab /etc/cron.d/laravel-cron
|
||||
RUN chmod 0644 /etc/cron.d/laravel-cron
|
||||
RUN crontab /etc/cron.d/laravel-cron
|
||||
|
||||
RUN dos2unix /usr/local/bin/entrypoint.sh
|
||||
# Expose ports
|
||||
EXPOSE 8000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user