Skip to content

Commit 8dec892

Browse files
committed
fix(container): typo in Dockerfile
1 parent 215d7b8 commit 8dec892

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)