rename app dir

This commit is contained in:
meeb 2020-12-10 03:40:06 +11:00
parent d5f00014b3
commit db2f35c736
172 changed files with 8 additions and 10 deletions

6
.gitignore vendored
View File

@ -60,9 +60,9 @@ coverage.xml
local_settings.py
db.sqlite3
db.sqlite3-journal
/app/static/
/app/media/
/app/downloads/
/tubesync/static/
/tubesync/media/
/tubesync/downloads/
# Flask stuff:
instance/

View File

@ -29,8 +29,8 @@ ARG default_uid="10000"
ARG default_gid="10000"
# Copy app
COPY app /app
COPY app/tubesync/local_settings.py.container /app/tubesync/local_settings.py
COPY tubesync /app
COPY tubesync/tubesync/local_settings.py.container /app/tubesync/local_settings.py
# Append container bundled software versions
RUN echo "ffmpeg_version = '${FFMPEG_VERSION}-static'" >> /app/common/third_party_versions.py

View File

Before

Width:  |  Height:  |  Size: 730 KiB

After

Width:  |  Height:  |  Size: 730 KiB

View File

Before

Width:  |  Height:  |  Size: 141 KiB

After

Width:  |  Height:  |  Size: 141 KiB

View File

Before

Width:  |  Height:  |  Size: 896 KiB

After

Width:  |  Height:  |  Size: 896 KiB

View File

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 45 KiB

View File

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Some files were not shown because too many files have changed in this diff Show More