Update Dockerfile

This commit is contained in:
Bing Chilling 2024-02-29 03:33:19 +00:00
parent 28f6d09cbd
commit e41ee33d9c

View File

@ -17,10 +17,6 @@ COPY requirements.txt .
# Install the Python dependencies # Install the Python dependencies
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
# Copy the aiotieba-handle-exception-expose.patch file to the container
COPY aiotieba-handle-exception-expose.patch .
# Expose port 8886 # Expose port 8886
EXPOSE 8886 EXPOSE 8886