diff --git a/Dockerfile b/Dockerfile index 6cb04e8..92a8421 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,6 +33,8 @@ RUN poetry config virtualenvs.create false && poetry install --no-interaction #! ENV PYTHONUNBUFFERED 1 ENV PYTHONBREAKPOINT pudb.set_trace +COPY ptpython_config.py /root/.config/ptpython/config.py + COPY django_wtf/theme/static_src/package.json django_wtf/theme/static_src/package-lock.json /app/django_wtf/theme/static_src/ RUN cd /app/django_wtf/theme/static_src && npm install diff --git a/.ptpython_config.py b/ptpython_config.py similarity index 100% rename from .ptpython_config.py rename to ptpython_config.py