更新 Dockerfile and requirements.txt

master
joey0629 10 months ago
parent cc06f128c9
commit e19f095aa6
  1. 2
      Dockerfile

@ -25,6 +25,6 @@ COPY requirements.txt .
#COPY beaapi-0.0.2-py3-none-any.whl
# Install any dependencies
RUN pip3 install -r requirements.txt
RUN pip install beaapi-0.0.2-py3-none-any.whl
#RUN pip install beaapi-0.0.2-py3-none-any.whl
# Copy the content of the local src directory to the working directory in the container
COPY . .
Loading…
Cancel
Save