Fix Docker image
This commit is contained in:
parent
76fa742320
commit
ffd4d75dbc
@ -13,6 +13,6 @@ RUN mkdir -p /.local && \
|
||||
COPY requirements.txt /run/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
|
||||
|
Loading…
Reference in New Issue
Block a user