mirror of
https://github.com/Wyrrrd/docker-webcomix.git
synced 2026-04-24 06:33:17 +02:00
Initial commit
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
FROM python:slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN pip install webcomix
|
||||
ADD startup.sh /app/startup.sh
|
||||
RUN chmod +x /app/startup.sh
|
||||
VOLUME /out
|
||||
|
||||
ENTRYPOINT /app/startup.sh
|
||||
Reference in New Issue
Block a user