rename app dir
This commit is contained in:
parent
d5f00014b3
commit
db2f35c736
.gitignoreDockerfile
tubesync/common
__init__.pyadmin.pyapps.pycontext_processors.pyerrors.pylogger.pymiddleware.py
migrations
models.pystatic
fonts
fontawesome
fa-brands-400.eotfa-brands-400.svgfa-brands-400.ttffa-brands-400.wofffa-brands-400.woff2fa-regular-400.eotfa-regular-400.svgfa-regular-400.ttffa-regular-400.wofffa-regular-400.woff2fa-solid-900.eotfa-solid-900.svgfa-solid-900.ttffa-solid-900.wofffa-solid-900.woff2
roboto
images
styles
_colours.scss_fonts.scss_forms.scss_helpers.scss_template.scss_variables.scsstubesync.scss
fontawesome
_animated.scss_bordered-pulled.scss_core.scss_fixed-width.scss_icons.scss_larger.scss_list.scss_mixins.scss_rotated-flipped.scss_screen-reader.scss_shims.scss_stacked.scss_variables.scssbrands.scssfontawesome.scssregular.scsssolid.scssv4-shims.scss
materializecss
components
_badges.scss_buttons.scss_cards.scss_carousel.scss_chips.scss_collapsible.scss_color-classes.scss_color-variables.scss_datepicker.scss_dropdown.scss_global.scss_grid.scss_icons-material-design.scss_materialbox.scss_modal.scss_navbar.scss_normalize.scss_preloader.scss_pulse.scss_sidenav.scss_slider.scss_table_of_contents.scss_tabs.scss_tapTarget.scss_timepicker.scss_toast.scss_tooltip.scss_transitions.scss_typography.scss_variables.scss_waves.scss
materialize.scssforms
templates
|
@ -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 (image error) Size: 730 KiB After (image error) Size: 730 KiB |
Before (image error) Size: 141 KiB After (image error) Size: 141 KiB |
Before (image error) Size: 896 KiB After (image error) Size: 896 KiB |
Before Width: 128px | Height: 128px | Size: 45 KiB After Width: 128px | Height: 128px | Size: 45 KiB |
Before ![]() (image error) Size: 4.1 KiB After ![]() (image error) Size: 4.1 KiB ![]() ![]() |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue