Revert changes which broke Dockerfile
This commit is contained in:
parent
245b575f0f
commit
8664bac978
10
Dockerfile
10
Dockerfile
@ -29,11 +29,11 @@ RUN pip install virtualenv
|
|||||||
|
|
||||||
WORKDIR /code
|
WORKDIR /code
|
||||||
|
|
||||||
COPY /code/geeksbot_v2/requirements/base.txt .
|
COPY requirements/base.txt .
|
||||||
COPY /code/geeksbot_v2/requirements/production.txt .
|
COPY requirements/production.txt .
|
||||||
COPY /code/geeksbot_v2/requirements/geeksbot.txt .
|
COPY requirements/geeksbot.txt .
|
||||||
COPY /code/geeksbot_v2/.env .
|
COPY .env .
|
||||||
COPY /code/geeksbot_v2/entrypoint .
|
COPY entrypoint .
|
||||||
|
|
||||||
RUN pip install -r production.txt
|
RUN pip install -r production.txt
|
||||||
RUN pip install -r geeksbot.txt
|
RUN pip install -r geeksbot.txt
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user