Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky4546 authored Jan 5, 2024
1 parent a354ee6 commit e967471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apk add --no-cache --update bash tzdata ffmpeg curl su-exec && \
pip3 install -r requirements.txt --no-cache-dir && \
apk del builddeps && \
touch /app/is_container && \
mv entrypoint.sh /usr/local/bin && \
mv Docker_entrypoint.sh /usr/local/bin && \
rm -rf /tmp/* $HOME/.cache $HOME/.cargo

VOLUME /app/data /app/plugins_ext /app/.cabernet
Expand Down

0 comments on commit e967471

Please sign in to comment.