Skip to content

Commit

Permalink
Re-enable s6 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTyton committed May 29, 2024
1 parent bd1229e commit f6ff688
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ RUN echo "**** cleanup ****" && \

COPY root/ /

#RUN chmod -R +777 /etc/cont-init.d/
#RUN chmod -R +777 /etc/s6-overlay/
RUN chmod -R +777 /etc/cont-init.d/
RUN chmod -R +777 /etc/s6-overlay/
RUN chmod -R +777 /app/

# Temporary Workaround
Expand All @@ -78,5 +78,5 @@ VOLUME /config

WORKDIR /config

#ENTRYPOINT ["/init"]
CMD python -u /app/fanficdownload.py --config="/config/config.toml"
ENTRYPOINT ["/init"]
#CMD python -u /app/fanficdownload.py --config="/config/config.toml"
2 changes: 1 addition & 1 deletion release-versions/latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.05.28-4
2024.05.28-5

0 comments on commit f6ff688

Please sign in to comment.