Skip to content

Commit

Permalink
Fix alembic copy reference
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Apr 8, 2024
1 parent 33ddfd9 commit 51a1e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ooniapi/services/oonirun/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ COPY --from=builder /build/dist/*.whl /app/
RUN pip install /app/*whl && rm /app/*whl

COPY --from=builder /build/alembic/ /app/alembic/
COPY --from=builder /build/alembic.ini /app/
COPY --from=builder /build/src/oonirun/common/alembic.ini /app/
RUN rm -rf /app/alembic/__pycache__

CMD ["uvicorn", "oonirun.main:app", "--host", "0.0.0.0", "--port", "80"]
Expand Down

0 comments on commit 51a1e35

Please sign in to comment.