Compare commits

..

No commits in common. "fe9da6064d980dced45b484c45fc7d202f394aa7" and "fb71eea7d2ff1d1a0d14d16d96da9d59ccc85a9c" have entirely different histories.

2 changed files with 1 additions and 13 deletions

View File

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

View File

@ -1,10 +0,0 @@
services:
libnotices:
image: git.hamik.net/paradizelost/librarynotices:latest
container_name: libnotices
restart: always
ports:
- "80:80"
volumes:
- "./libaccounts.json:/var/www/data/libaccounts.json"
- "./credentials:/root/.aws/credentials"