This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Francesco Milani
committed
Jan 10, 2024
1 parent
fdbe312
commit 78d1c68
Showing
11 changed files
with
711 additions
and
712 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ RUN poetry build | |
|
||
FROM ghcr.io/binkhq/python:3.10 | ||
|
||
ENV PIP_INDEX_URL=https://269fdc63-af3d-4eca-8101-8bddc22d6f14:[email protected]/simple | ||
ARG PIP_INDEX_URL | ||
WORKDIR /app | ||
ARG wheel=polaris-*-py3-none-any.whl | ||
COPY --from=build /src/alembic/ ./alembic/ | ||
|
Oops, something went wrong.