update with new dockerfile settings
All checks were successful
/ Plan (push) Successful in 8s

This commit is contained in:
2024-11-25 13:11:57 -06:00
parent fb71eea7d2
commit 5b73d20751
2 changed files with 12 additions and 1 deletions

View File

@@ -7,4 +7,6 @@ COPY libnotices.py /usr/local/bin/
COPY requirements.txt /
RUN pip3 install -r /requirements.txt
RUN chmod +x /usr/local/bin/libnotices.py
#COPY img/* /var/www/html/img/
RUN apt clean
EXPOSE 80
CMD ["cron && apache2ctl -D FOREGROUND"]