Skip to content

Commit

Permalink
Dockerfile: Copy semver.txt to /app/bikeshed, not /app (#2615)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakuco authored Aug 1, 2023
1 parent f778114 commit 2d7b8cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ COPY --from=builder /install /usr/local
COPY --from=specdata /bikeshed-main/bikeshed/spec-data /app/bikeshed/spec-data

# setup.py opens README.md, semver.txt and requirements.txt so they must be copied.
COPY setup.py README.md semver.txt requirements.txt /app/
COPY setup.py README.md requirements.txt /app/
COPY bikeshed/semver.txt /app/bikeshed/
RUN pip install --editable .

COPY .git /app/.git
Expand Down
1 change: 0 additions & 1 deletion semver.txt

This file was deleted.

0 comments on commit 2d7b8cf

Please sign in to comment.