Update Dockerfile

This commit is contained in:
sOckhamSter
2021-05-06 16:36:57 +01:00
committed by GitHub
parent 0e894502af
commit 84f3afdef2
+1 -1
View File
@@ -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