diff --git a/images/jupyter/dockerfile b/images/jupyter/dockerfile index 2a98689..34fb8ad 100644 --- a/images/jupyter/dockerfile +++ b/images/jupyter/dockerfile @@ -14,6 +14,8 @@ RUN pip install --no-cache-dir -r /tmp/requirements.txt \ USER appuser WORKDIR /home/appuser/work +COPY --chown=appuser:appuser test_script.py /home/appuser/test_script.py + EXPOSE 8888 CMD ["jupyter", "lab", \ diff --git a/images/jupyter/test_script.py b/images/jupyter/test_script.py new file mode 100644 index 0000000..e69de29