Skip to content

Commit

Permalink
Merge pull request #200 from honeylogic-io/add-ptpython-to-docker
Browse files Browse the repository at this point in the history
fix: add ptpython_config.py to Docker image
  • Loading branch information
danihodovic authored Feb 23, 2024
2 parents 5a429e8 + 827cb73 commit 50cf189
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 50cf189

Please sign in to comment.