Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ ENV VIRTUAL_ENV=/app_root/src \
PATH="/app_root/src/bin:$POETRY_HOME/bin:$PATH"

WORKDIR /app_root/src
COPY pyproject.toml poetry.lock manage.py seed.py gunicorn.conf.py ./
COPY pyproject.toml poetry.lock gunicorn.conf.py ./
COPY ros ros
COPY migrations migrations
COPY seed.d seed.d

RUN python -m venv $VIRTUAL_ENV && \
$VIRTUAL_ENV/bin/pip install --upgrade pip==$PYTHON_PIP_VERSION setuptools wheel && \
Expand Down
3 changes: 0 additions & 3 deletions ansible-playbooks/README.md

This file was deleted.

49 changes: 0 additions & 49 deletions ansible-playbooks/ros_disable.yml

This file was deleted.

94 changes: 0 additions & 94 deletions ansible-playbooks/ros_install_and_set_up.yml

This file was deleted.

Loading
Loading