diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..2d2ecd6 --- /dev/null +++ b/.dockerignore @@ -0,0 +1 @@ +.git/ diff --git a/Dockerfile b/Dockerfile index b53027d..714fa5f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,8 +11,6 @@ COPY . /botamusique WORKDIR /botamusique -RUN rm -rf .git* - RUN python3 -m venv venv && \ venv/bin/pip install wheel && \ venv/bin/pip install -r requirements.txt