Skip to content

Commit

Permalink
Merge e3610c9 into deedcd0
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Apr 6, 2021
2 parents deedcd0 + e3610c9 commit 539c442
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
14 changes: 14 additions & 0 deletions HISTORY.rst
Expand Up @@ -2,6 +2,20 @@
History / Changelog
===================

-----------------
HEAD (unreleased)
-----------------

End-User Summary
================

- Fixing bug that made the user icon top right disappear.

Full Change List
================

- Fixing bug that made the user icon top right disappear when beaconsite was disabled.

-------
v0.23.0
-------
Expand Down
9 changes: 9 additions & 0 deletions docker/Dockerfile
Expand Up @@ -30,8 +30,17 @@ RUN cd /usr/src/app && \
pip install --no-cache-dir -r requirements/production.txt && \
pip install --no-cache-dir -r requirements/local.txt

# Install modern nodejs
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - && \
apt install nodejs

# Install npm dependencies.
RUN cd /usr/src/app/varfish/vueapp && \
npm ci

# Prepare static files
RUN cd /usr/src/app && \
mkdir -p /usr/src/app/varfish/vueapp/dist && \
DJANGO_SECRET_KEY=for-build-only \
DJANGO_SETTINGS_MODULE=config.settings.production \
DATABASE_URL=postgres://varfish:varfish@fake/varfish \
Expand Down

0 comments on commit 539c442

Please sign in to comment.