Skip to content

Commit

Permalink
fix: correct path to venv
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Nov 5, 2024
1 parent 6ed7e73 commit 624d714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN \
"Weblate[$WEBLATE_EXTRAS]==$WEBLATE_VERSION" \
;; \
esac
RUN /app/ven/python -c 'from phply.phpparse import make_parser; make_parser()'
RUN /app/venv/bin/python -c 'from phply.phpparse import make_parser; make_parser()'
RUN ln -s /app/venv/share/weblate/examples/ /app/

# Apply hotfixes on Weblate
Expand Down

0 comments on commit 624d714

Please sign in to comment.