🎨 Reorganize back-end code
This commit is contained in:
@@ -34,10 +34,7 @@ env VIRTUAL_ENV=/app/.venv \
|
||||
|
||||
COPY --from=builder ${VIRTUAL_ENV} ${VIRTUAL_ENV}
|
||||
|
||||
COPY backend /app/backend
|
||||
COPY dependencies.py /app
|
||||
COPY config.sample.yaml /app
|
||||
COPY config.local.yaml /app
|
||||
COPY api /app/api
|
||||
COPY db_updater /app/db_updater
|
||||
|
||||
CMD ["python", "-m", "db_updater.fill_db"]
|
||||
|
Reference in New Issue
Block a user