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

Fix Dockerfile

This commit is contained in:
wlinator 2024-08-28 10:48:24 -04:00
parent 92d5aafda1
commit f42139a014

View file

@ -22,4 +22,4 @@ RUN rm -rf .venv
ENV LANG=en_US.UTF-8
ENV LC_ALL=en_US.UTF-8
CMD [ "poetry", "run", "python", "-OO", "./lumi.py" ]
CMD [ "poetry", "run", "python", "-OO", "./main.py" ]