1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 18:03:12 +00:00

Small fix for Windows development

This commit is contained in:
wlinator 2024-08-22 14:54:31 +02:00
parent da7e142309
commit 7f0f250bff

View file

@ -17,6 +17,7 @@ RUN pip install --no-cache-dir poetry && \
pip cache purge
COPY . .
RUN rm -rf .venv
ENV LANG=en_US.UTF-8
ENV LC_ALL=en_US.UTF-8