We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 215d7b8 + 8dec892 commit 92c93dbCopy full SHA for 92c93db
1 file changed
Dockerfile
@@ -47,7 +47,7 @@ RUN pip install --no-cache-dir --no-index --find-links /app/wheelhouse -r requir
47
48
# Copy application source code
49
COPY main.py ./
50
-COPY database ./database
+COPY databases ./databases
51
COPY models ./models
52
COPY routes ./routes
53
COPY schemas ./schemas
0 commit comments