mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-22 17:36:15 +00:00
disable cache (#108)
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
FROM python:3-slim
|
||||
COPY . /psa_car_controller/
|
||||
WORKDIR /config
|
||||
RUN pip3 install -r /psa_car_controller/requirements.txt
|
||||
RUN pip3 install --no-cache-dir -r /psa_car_controller/requirements.txt
|
||||
EXPOSE 5000
|
||||
RUN chmod +x /psa_car_controller/docker_files/init.sh
|
||||
CMD /psa_car_controller/docker_files/init.sh
|
||||
|
||||
Reference in New Issue
Block a user