Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
myoung34 committed Jul 3, 2024
1 parent 7eb94ff commit 307b1dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,4 @@ ENV PATH="$POETRY_HOME/bin:/src/.venv/bin:$PATH"

RUN pip3 install poetry
RUN poetry config virtualenvs.create false
COPY poetry.lock pyproject.toml /src/
WORKDIR /src
RUN poetry install -n --no-ansi

2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
services:
yawps:
build:
dockerfile: Dockerfile.dev
dockerfile: Dockerfile

0 comments on commit 307b1dc

Please sign in to comment.