Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Kozlowski <[email protected]>
  • Loading branch information
marcinguy committed Jul 17, 2024
1 parent 7fcfef2 commit 326bc82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN mkdir -p /srv && \
virtualenv venv && \
. venv/bin/activate && \
pipenv install && \
snap install node --classic --channel=14 && \
snap install node --classic && \
apt-get install -y nodejs && \
cd /srv/betterscan/quantifiedcode/frontend && \
npm install && \
Expand Down

0 comments on commit 326bc82

Please sign in to comment.