Skip to content

Commit b6087b7

Browse files
add missing LICENSE to service Dockerfile (#147)
1 parent 8962460 commit b6087b7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.dockerfiles/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WORKDIR /app
99

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

.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ fly.toml
99
.yarnrc.yml
1010
Dockerfile
1111
Justfile
12-
LICENSE
1312
requirements.in
1413
__pycache__

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
1818

1919
## [Unreleased]
2020

21+
### Fixed
22+
23+
- Added `LICENSE` to `Dockerfile`.
24+
2125
## [0.4.1]
2226

2327
### Fixed

0 commit comments

Comments
 (0)