🐛 Cleaner builds, allow some compilation

This commit is contained in:
Joshua Arulsamy 2020-08-10 02:25:33 -06:00
parent 98a36c6cbc
commit 4633247004

View File

@ -14,7 +14,7 @@ WORKDIR /src
COPY requirements.txt . COPY requirements.txt .
# Install all dependencies. # Install all dependencies.
RUN pip install --only-binary all --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
# Copy PlexBot over to src. # Copy PlexBot over to src.
COPY PlexBot/ PlexBot COPY PlexBot/ PlexBot