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

Commit

Permalink
新增 GoLang 支持
Browse files Browse the repository at this point in the history
  • Loading branch information
星冉 authored May 4, 2022
1 parent cacc893 commit 77724be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ RUN sed -i "s|# c.NotebookApp.ip = 'localhost'|c.NotebookApp.ip = '*'|g" /root/.
&& sudo locale-gen

# ZSH
RUN curl -s https://gist.githubusercontent.com/XRSec/0e47c9b793887d201bab9de2a07a740c/raw/f69344ffc89fd5319cb3aecbb36116ed6c31543e/zsh_init.sh | bash
RUN curl -s https://mirror.ghproxy.com/https://gist.githubusercontent.com/XRSec/0e47c9b793887d201bab9de2a07a740c/raw/e832430bfe70e6960cf583e0b1b00ab5c22cd15e/zsh_init.sh | bash || echo "ok!"

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

1 comment on commit 77724be

@vercel
Copy link

@vercel vercel bot commented on 77724be May 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

jupyter – ./

jupyter-xr-sec.vercel.app
jupyter-git-main-xr-sec.vercel.app
jupyters.vercel.app

Please sign in to comment.