Fix Docker image

This commit is contained in:
Luke Tainton 2023-07-21 23:16:05 +01:00
parent 76fa742320
commit ffd4d75dbc
No known key found for this signature in database

View File

@ -13,6 +13,6 @@ RUN mkdir -p /.local && \
COPY requirements.txt /run/requirements.txt COPY requirements.txt /run/requirements.txt
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
ENTRYPOINT ["python3", "-B", "-m", "app.main"] ENTRYPOINT ["python3", "-B", "-m", "webexmemebot.main"]
COPY webexmemebot /run/app COPY webexmemebot /run/webexmemebot