mirror of
https://github.com/alexta69/metube.git
synced 2026-03-03 02:57:02 +00:00
Create necessary cache directory in container
This commit is contained in:
@@ -19,7 +19,8 @@ RUN chmod +x docker-entrypoint.sh && \
|
||||
pipenv install --system --deploy --clear && \
|
||||
pip uninstall pipenv -y && \
|
||||
apk del .build-deps && \
|
||||
rm -rf /var/cache/apk/*
|
||||
rm -rf /var/cache/apk/* && \
|
||||
mkdir /.cache && chmod 777 /.cache
|
||||
|
||||
COPY favicon ./favicon
|
||||
COPY app ./app
|
||||
|
||||
Reference in New Issue
Block a user