Copy env and entrypoint after pip installs
This commit is contained in:
parent
f252db244e
commit
6d905e255b
@ -32,10 +32,11 @@ WORKDIR /code
|
|||||||
COPY requirements/base.txt .
|
COPY requirements/base.txt .
|
||||||
COPY requirements/production.txt .
|
COPY requirements/production.txt .
|
||||||
COPY requirements/geeksbot.txt .
|
COPY requirements/geeksbot.txt .
|
||||||
COPY .env .
|
|
||||||
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
|
||||||
|
|
||||||
|
COPY .env .
|
||||||
|
COPY entrypoint .
|
||||||
|
|
||||||
CMD ["./entrypoint"]
|
CMD ["./entrypoint"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user