Skip to content

Commit

Permalink
add missing LICENSE to service Dockerfile (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas authored Apr 9, 2024
1 parent 8962460 commit b6087b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WORKDIR /app

FROM base as py
COPY src /app/src
COPY pyproject.toml README.md /app
COPY LICENSE pyproject.toml README.md /app/
RUN python -m pip install --upgrade pip \
&& python -m pip install '.[hc,psycopg,relay]'

Expand Down
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ fly.toml
.yarnrc.yml
Dockerfile
Justfile
LICENSE
requirements.in
__pycache__
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/

## [Unreleased]

### Fixed

- Added `LICENSE` to `Dockerfile`.

## [0.4.1]

### Fixed
Expand Down

0 comments on commit b6087b7

Please sign in to comment.