Remove .gitpod.yml and uv.lock, update Dockerfile to include uv sync
- Deleted `.gitpod.yml` to stop using Gitpod-specific configuration. - Added `uv.lock` for dependency versioning. - Updated Dockerfile to include `uv sync --no-dev` in the build process.
This commit is contained in:
parent
7363538b5e
commit
714fe2fc5b
5 changed files with 871 additions and 12 deletions
|
|
@ -25,6 +25,6 @@ RUN cd /scripts && uv sync --frozen
|
|||
|
||||
RUN apk del .build-deps
|
||||
|
||||
RUN cd /scripts && uv run pytest -s -vv tests/
|
||||
RUN cd /scripts && uv run pytest -s -vv tests/ && uv sync --no-dev
|
||||
|
||||
CMD ["uv", "run", "python", "-u", "/scripts/main.py"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue