Skip to content

Commit 73ae2ad

Browse files
authored
fix: make jupyter binary executable (coder#1119)
1 parent 191b06f commit 73ae2ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

workspaces/editors.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,8 @@ RUN mv /usr/local/bin/jupyter /usr/local/bin/jupyter.py
364364

365365
COPY jupyter /usr/local/bin/jupyter
366366

367+
RUN chmod +x jupyter
368+
367369
USER coder
368370
```
369371

0 commit comments

Comments
 (0)