Skip to content

Commit

Permalink
Merge pull request #13 from eodcgmbh/jupyter-fs
Browse files Browse the repository at this point in the history
fix missing line break at beginning of json
  • Loading branch information
christophreimer authored Nov 14, 2024
2 parents 1ea92ac + d062dd4 commit aa473df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterlab/eodc-minimal-notebook.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN jupyter lab build --minimize=False -y

RUN pip install --no-cache-dir --upgrade jupyter-fs \
cat << 'EOF' > /etc/jupyter/jupyter_server_config.json \
{
{ \
"ServerApp": { \
"contents_manager_class": "jupyterfs.metamanager.MetaManager", \
"jpserver_extensions": { \
Expand Down

0 comments on commit aa473df

Please sign in to comment.