Compare commits
No commits in common. "fe9da6064d980dced45b484c45fc7d202f394aa7" and "fb71eea7d2ff1d1a0d14d16d96da9d59ccc85a9c" have entirely different histories.
fe9da6064d
...
fb71eea7d2
@ -7,6 +7,4 @@ COPY libnotices.py /usr/local/bin/
|
|||||||
COPY requirements.txt /
|
COPY requirements.txt /
|
||||||
RUN pip3 install -r /requirements.txt
|
RUN pip3 install -r /requirements.txt
|
||||||
RUN chmod +x /usr/local/bin/libnotices.py
|
RUN chmod +x /usr/local/bin/libnotices.py
|
||||||
RUN apt clean
|
#COPY img/* /var/www/html/img/
|
||||||
EXPOSE 80
|
|
||||||
CMD ["cron && apache2ctl -D FOREGROUND"]
|
|
||||||
|
@ -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"
|
|
Loading…
x
Reference in New Issue
Block a user