update pip install
This commit is contained in:
parent
438f21e035
commit
b714c62dad
@ -8,7 +8,7 @@ WORKDIR /app
|
||||
COPY ./main.py /app/
|
||||
|
||||
# Install any dependencies
|
||||
RUN pip install --no-cache-dir bluepy
|
||||
RUN pip3 install --no-cache-dir bluepy
|
||||
|
||||
# Set the entry point
|
||||
CMD ["python", "main.py"]
|
||||
@ -11,7 +11,7 @@ COPY ./Helloworld.py /app/
|
||||
EXPOSE 5000
|
||||
|
||||
# Install any dependencies
|
||||
RUN pip install --no-cache-dir flask
|
||||
RUN pip3 install --no-cache-dir flask
|
||||
|
||||
# Set the entry point
|
||||
CMD ["python", "Helloworld.py"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user