更新 Dockerfile

master
joey0629 10 months ago
parent 11632342f5
commit c1a45c88b2
  1. 2
      Dockerfile

@ -23,7 +23,7 @@ WORKDIR /app
# Copy the dependencies file to the working directory
COPY requirements.txt .
COPY beaapi-0.0.2-py3-none-any.whl
#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

Loading…
Cancel
Save