This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM debian:jessie | |
| RUN apt-get update && apt-get install -y cowsay fortune | |
| COPY entrypoint.sh / | |
| ENTRYPOINT ["/entrypoint.sh"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .monaco-shell { | |
| font-family: "Hasklig", "Operator Mono", "Inconsolata", monospace; | |
| } | |
| /* This makes the dirty tab circle yellow */ | |
| .vs-dark | |
| .monaco-workbench | |
| > .part.editor | |
| > .content | |
| > .one-editor-silo |
NewerOlder