Update
Add base pyhton script for scraper Correction into docker
This commit is contained in:
@@ -5,10 +5,10 @@ FROM python:3.8-slim
|
||||
WORKDIR /app
|
||||
|
||||
# Copy the script1.py and any other necessary files
|
||||
COPY ./Helloworld.py /app/
|
||||
COPY ./main.py /app/
|
||||
|
||||
# Install any dependencies
|
||||
#RUN pip install --no-cache-dir -r ./requirements.txt
|
||||
RUN pip install --no-cache-dir bluepy.btle
|
||||
|
||||
# Set the entry point
|
||||
CMD ["python", "Helloworld.py"]
|
||||
CMD ["python", "main.py"]
|
||||
Reference in New Issue
Block a user