restore composer.json, add mysqli extension
Some checks failed
Build and Push to Docker Hub / build-test-push (push) Failing after 1m54s
Some checks failed
Build and Push to Docker Hub / build-test-push (push) Failing after 1m54s
This commit is contained in:
@@ -8,7 +8,7 @@ WORKDIR /code
|
||||
|
||||
COPY requirements.txt /code/requirements.txt
|
||||
|
||||
RUN uv pip install -r requirements.txt
|
||||
RUN pip install setuptools && uv pip install -r requirements.txt
|
||||
|
||||
COPY ./ /code
|
||||
|
||||
|
||||
Reference in New Issue
Block a user