no more necessary

This commit is contained in:
Luiz Costa 2024-06-05 10:55:25 +01:00
parent 678b526b25
commit b3d04523ce

View File

@ -3,6 +3,6 @@ FROM python:3.8-slim
WORKDIR /app WORKDIR /app
COPY log_service.py /app/log_service.py COPY log_service.py /app/log_service.py
RUN pip install docker bottle RUN pip install docker
CMD ["python", "log_service.py"] CMD ["python", "log_service.py"]