refactor: remove unnecessary COPY command for web directory in Dockerfile
CI / lint-test-build (push) Successful in 2m37s
CI / lint-test-build (push) Successful in 2m37s
This commit is contained in:
@@ -12,7 +12,6 @@ RUN pip install --no-cache-dir -r requirements/latest-runtime.in
|
|||||||
|
|
||||||
COPY pyproject.toml README.md /app/
|
COPY pyproject.toml README.md /app/
|
||||||
COPY src /app/src
|
COPY src /app/src
|
||||||
COPY web /app/web
|
|
||||||
|
|
||||||
RUN pip install --no-cache-dir --no-deps .
|
RUN pip install --no-cache-dir --no-deps .
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user