Copy env and entrypoint after pip installs
This commit is contained in:
+3
-2
@@ -32,10 +32,11 @@ WORKDIR /code
|
||||
COPY requirements/base.txt .
|
||||
COPY requirements/production.txt .
|
||||
COPY requirements/geeksbot.txt .
|
||||
COPY .env .
|
||||
COPY entrypoint .
|
||||
|
||||
RUN pip install -r production.txt
|
||||
RUN pip install -r geeksbot.txt
|
||||
|
||||
COPY .env .
|
||||
COPY entrypoint .
|
||||
|
||||
CMD ["./entrypoint"]
|
||||
|
||||
Reference in New Issue
Block a user