Skip to content

Commit

Permalink
fix: add ptpython_config.py to Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
danihodovic committed Feb 23, 2024
1 parent 5a429e8 commit 827cb73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
File renamed without changes.

0 comments on commit 827cb73

Please sign in to comment.