Skip to content

Commit 92c93db

Browse files
authored
Merge pull request #366 from nanotaboada/hotfix/dockerfile-typo
fix(container): typo in Dockerfile
2 parents 215d7b8 + 8dec892 commit 92c93db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN pip install --no-cache-dir --no-index --find-links /app/wheelhouse -r requir
4747

4848
# Copy application source code
4949
COPY main.py ./
50-
COPY database ./database
50+
COPY databases ./databases
5151
COPY models ./models
5252
COPY routes ./routes
5353
COPY schemas ./schemas

0 commit comments

Comments
 (0)