Fixed dockerfile for releases
This commit is contained in:
parent
e01290db9b
commit
612430d3e0
@ -2,7 +2,8 @@
|
|||||||
FROM python:3.10.4-alpine
|
FROM python:3.10.4-alpine
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY ./dist/bot/build/ .
|
COPY ./dist/bot/build/kdb-bot/ .
|
||||||
|
COPY ./dist/bot/build/requirements.txt .
|
||||||
|
|
||||||
RUN python -m pip install --upgrade pip
|
RUN python -m pip install --upgrade pip
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user