This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
FROM python:3.10-slim
|
||||
FROM python:3-slim
|
||||
ENV DOCKERIZED=true
|
||||
|
||||
WORKDIR /app
|
||||
RUN pip install pipenv
|
||||
|
||||
|
||||
COPY Pipfile Pipfile.lock ./
|
||||
|
||||
RUN pip install pipenv && pipenv install --system --deploy
|
||||
RUN pipenv install --system --deploy
|
||||
|
||||
COPY bot .
|
||||
|
||||
|
Reference in New Issue
Block a user