Skip to content

Commit

Permalink
Add trailing slashes to paths, because my IDE is telling me that is h…
Browse files Browse the repository at this point in the history
…ow it should work
  • Loading branch information
micahflee committed Jan 6, 2025
1 parent a267062 commit a3a4089
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ RUN pip install poetry

WORKDIR /app

COPY package.json package-lock.json .
COPY package.json package-lock.json ./

RUN npm install

ENV PYTHONPATH=/app

COPY pyproject.toml poetry.lock .
COPY pyproject.toml poetry.lock ./

RUN poetry install --no-root

Expand Down

0 comments on commit a3a4089

Please sign in to comment.