mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-22 17:36:15 +00:00
fix: Dockerfile
This commit is contained in:
@@ -10,7 +10,6 @@ RUN pip3 install poetry
|
||||
COPY poetry.lock pyproject.toml ./
|
||||
RUN poetry export -f requirements.txt --output /tmp/requirements.txt
|
||||
RUN pip3 install --no-deps --no-cache-dir --ignore-installed -r /tmp/requirements.txt
|
||||
RUN poetry install
|
||||
EXPOSE 5000
|
||||
|
||||
FROM debian:bullseye-slim
|
||||
|
||||
Reference in New Issue
Block a user