Skip to content

Commit

Permalink
Revert "commit content added for testing (remove in next commit)"
Browse files Browse the repository at this point in the history
This reverts commit a30febb.
  • Loading branch information
shapiromatron committed Aug 22, 2024
1 parent a30febb commit 254033e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
4 changes: 0 additions & 4 deletions compose/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,11 @@ RUN INSTALL_PKGS="python${PYTHON_VERSION} nc" && \

RUN python -m ensurepip --upgrade && \
python -m pip install -U pip && \
for file in dist/pybmds-*.whl; do python -m pip install "$file" --no-cache-dir ; done && \
for file in dist/bmds_ui-*.whl; do python -m pip install "$file[pg,prod]" --no-cache-dir ; done && \
\
rm -rf /dist && \
python -m pip uninstall -y pip && \
chown -R app:app /app

COPY ./tests/test.py /app/test.py
RUN python /app/test.py

WORKDIR /app
USER app
9 changes: 0 additions & 9 deletions tests/test.py

This file was deleted.

0 comments on commit 254033e

Please sign in to comment.