-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated CV (and testing new m2 deployment scripts)
- Loading branch information
Bryan Lawrence
committed
Oct 24, 2023
1 parent
b3b0d17
commit db5f5fc
Showing
6 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
export JEKYLL_VERSION=3.8 | ||
docker run --name bjekyll --rm \ | ||
-d -p 4000:4000 \ | ||
--volume="$PWD:/srv/jekyll" \ | ||
--volume="$PWD/../usr_local_bundle:/usr/local/bundle" \ | ||
-it jekyll/jekyll:$JEKYLL_VERSION \ | ||
bundle install | ||
docker logs -f bjekyll |
This file contains 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
This file contains 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
This file contains 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