[P] Integrate additional store testing into CI pipeline
This commit was merged in pull request #37.
This commit is contained in:
@@ -6,6 +6,7 @@ WORKDIR /app
|
||||
COPY store/requirements.txt .
|
||||
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
RUN pip install --root-user-action ignore --no-cache-dir pytest httpx
|
||||
# Copy the entire application into the container
|
||||
COPY store/. .
|
||||
# Run the main.py script inside the container when it starts
|
||||
|
||||
Reference in New Issue
Block a user