diff --git a/Renv/jupyterlite/Dockerfile b/Renv/jupyterlite/Dockerfile index 48e6996..c72500c 100644 --- a/Renv/jupyterlite/Dockerfile +++ b/Renv/jupyterlite/Dockerfile @@ -7,4 +7,4 @@ WORKDIR /opt RUN pip install jupyterlite-core jupyterlite-pyodide-kernel && pip cache purge && \ jupyter lite build -ENTRYPOINT [ "jupyter", "lite", "serve" ] \ No newline at end of file +CMD [ "jupyter", "lite", "serve" ] \ No newline at end of file