rename app dir
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
Before Width: | Height: | Size: 730 KiB After Width: | Height: | Size: 730 KiB |
Before Width: | Height: | Size: 141 KiB After Width: | Height: | Size: 141 KiB |
Before Width: | Height: | Size: 896 KiB After Width: | Height: | Size: 896 KiB |
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 45 KiB |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |