diff --git a/Dockerfile b/Dockerfile index f5d2d45..6e277bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM python:3 -RUN cd / && git clone https://github.com/flobz/psa_car_controller.git +RUN git clone https://github.com/flobz/psa_car_controller.git /psa_car_controller/ WORKDIR /config RUN pip3 install -r /psa_car_controller/requirements.txt EXPOSE 8180