fix new path for script in dockerfile

This commit is contained in:
dingedi 2023-01-12 14:42:41 +01:00
parent 62d53e3f09
commit cb7a12577d
No known key found for this signature in database
GPG key ID: EE23A12D271A3CED

View file

@ -15,7 +15,7 @@ RUN python -mvenv venv && ./venv/bin/pip install --upgrade pip
COPY . .
# Install package from source code, compile translations
RUN ./venv/bin/pip install Babel==2.11.0 && ./venv/bin/python compile_locales.py \
RUN ./venv/bin/pip install Babel==2.11.0 && ./venv/bin/python scripts/compile_locales.py \
&& ./venv/bin/pip install . \
&& ./venv/bin/pip cache purge