Skip to content

Commit

Permalink
Spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
DaDevChia committed Aug 14, 2021
1 parent 775bb96 commit a425267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"postCreateCommand": "ghost install local && (cd ~/ && curl -O https://raw.githubusercontent.com/AdvisorySG/refresh/main/refresh.sh && chmod 775 refresh.sh) && cd content/themes && git clone https://github.com/AdvisorySG/ghost-advisory-theme.git && cd ghost-advisory-theme && npm install",

//Start ghost whenever container starts.
"postStartCommand": "printf '\n\n\n\n\n\n\nRun command ~/refresh.sh in a new terminal to start the ghost instance and handlebar listener for Ghost Advisory Theme\n\n\n\n\n' ",
"postStartCommand": "printf '\n\n\n\n\n\n\nRun command ~/refresh.sh in a new terminal to start the ghost instance and handlebar listener for Ghost Advisory Theme\n\n\n\n\n\n' ",

// Uncomment when using a ptrace-based debugger like C++, Go, and Rust
// "runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ],
Expand Down

0 comments on commit a425267

Please sign in to comment.