mirror of
https://github.com/gsi-upm/senpy
synced 2025-08-23 18:12:20 +00:00
update to pass tests with community plugins
This commit is contained in:
@@ -19,7 +19,7 @@ COPY . /usr/src/app/
|
||||
RUN pip install --no-cache-dir --no-index --no-deps --editable .
|
||||
|
||||
ONBUILD COPY . /senpy-plugins/
|
||||
ONBUILD RUN python -m senpy --only-install -f /senpy-plugins
|
||||
ONBUILD RUN python -m senpy -i --no-run -f /senpy-plugins
|
||||
ONBUILD WORKDIR /senpy-plugins/
|
||||
|
||||
ENTRYPOINT ["python", "-m", "senpy", "-f", "/senpy-plugins/", "--host", "0.0.0.0"]
|
||||
|
Reference in New Issue
Block a user