Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
fix priv 📝
Browse files Browse the repository at this point in the history
  • Loading branch information
Ran-Xing committed Aug 14, 2022
1 parent 2d8d294 commit f8e25fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:latest
LABEL maintainer="xrsec"
LABEL mail="troy@zygd.site"
LABEL mail="Jalapeno1868@outlook.com"
LABEL Github="https://github.com/XRSec/Jupyter"
LABEL org.opencontainers.image.source="https://github.com/XRSec/Jupyter"
LABEL org.opencontainers.image.title="Jupyter"
Expand Down Expand Up @@ -101,7 +101,7 @@ RUN sed -i "s|# c.NotebookApp.ip = 'localhost'|c.NotebookApp.ip = '*'|g" /root/.
&& sed -i "s|# c.NotebookApp.notebook_dir = ''|c.NotebookApp.notebook_dir = '/root/notebook'|g" /root/.jupyter/jupyter_notebook_config.py \
&& sed -i "s|# c.NotebookApp.terminado_settings = {}|c.NotebookApp.terminado_settings = {'shell_command': ['/bin/zsh']}|g" /root/.jupyter/jupyter_notebook_config.py \
&& echo "zh_CN.UTF-8 UTF-8" > /etc/locale.gen \
&& sudo locale-gen
&& sudo locale-gen

EXPOSE 8888
ENV TZ='Asia/Shanghai'
Expand Down

0 comments on commit f8e25fe

Please sign in to comment.