Skip to content

Commit

Permalink
Adjusted Dockerfile with pillow and adjusted popular pages for issue #…
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrylahaije committed Aug 27, 2024
1 parent 80c725a commit 875f8f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ RUN pip install --no-cache-dir Flask-SQLAlchemy \
markdown \
Flask-Assets \
google-api-python-client \
gunicorn
gunicorn \
Pillow

RUN npm install -g sass

Expand Down
3 changes: 1 addition & 2 deletions static/json/pages.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
{"path": "/topics/Computer-Setup/software-installation/Python/python/", "title": "Set up Python"},
{"path": "/topics/Computer-Setup/software-installation/RStudio/r/", "title": "Set up R and RStudio"},
{"path": "/topics/Manage-manipulate/Loading/getting-started/data-preparation-workflow-management/", "title": "Data Preparation and Workflow Management"},
{"path": "/about/", "title": "About"},
{"path": "/building-blocks/", "title": "Building Blocks"},
{"path": "/about", "title": "About"},
{"path": "/topics/Research-skills/templates-dynamic-content/templates/amsmath-latex-cheatsheet/", "title": "Cheatsheet for LaTeX Math Commands"},
{"path": "/topics/", "title": "Topics"}
]

0 comments on commit 875f8f0

Please sign in to comment.