move dockerfile

This commit is contained in:
2025-11-12 19:20:58 -06:00
parent 5f9d7784a8
commit bfbfb22312

View File

@@ -19,6 +19,8 @@ COPY ren_browser ./ren_browser
RUN poetry install --no-interaction --no-ansi --no-cache RUN poetry install --no-interaction --no-ansi --no-cache
RUN chown -R 1000:1000 /app/.venv
ENV PATH="/app/.venv/bin:$PATH" ENV PATH="/app/.venv/bin:$PATH"
ENV FLET_WEB_PORT=8550 ENV FLET_WEB_PORT=8550
ENV FLET_WEB_HOST=0.0.0.0 ENV FLET_WEB_HOST=0.0.0.0