Skip to content

Commit

Permalink
refactor(pages): move assets folder inside pages folder
Browse files Browse the repository at this point in the history
  • Loading branch information
MickaelFontes committed Jan 26, 2025
1 parent 92c41f3 commit bd2ad3d
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ COPY --from=builder ${VIRTUAL_ENV} ${VIRTUAL_ENV}

WORKDIR /app

COPY assets/ ./assets
COPY data/ ./data
COPY app.py ./
COPY pages/ ./pages
Expand Down
1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
use_pages=True,
external_stylesheets=[dbc.themes.BOOTSTRAP],
update_title="",
assets_folder="pages/assets"
)
server = app.server
app.title = "NOPLP stats - Statistiques sur N'oubliez pas les paroles"
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes

0 comments on commit bd2ad3d

Please sign in to comment.