Add config.toml as a mapped file instead of copying
This should reduce the number of rebuilds that we have to do for a simple configuration change Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -6,5 +6,4 @@ RUN pip3 install pipenv
|
||||
RUN apk add build-base libffi-dev
|
||||
COPY ./Pipfile ./Pipfile.lock /app/
|
||||
RUN pipenv install
|
||||
COPY ./config.toml /app/
|
||||
CMD pipenv run python3 -m omnibot
|
||||
CMD pipenv run python3 -m omnibot
|
||||
|
||||
Reference in New Issue
Block a user