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
# https://docs.ghost.org/supported-node-versions/ | |
# https://github.com/nodejs/LTS | |
# Update Ghost version on line: 16 | |
# Update Ghost-cli on line: 12 | |
FROM node:8.10-alpine | |
# grab su-exec for easy step-down from root | |
RUN apk update && apk upgrade && apk add --no-cache 'su-exec>=0.2' bash | |
# Add tzdata --> see alpine-base |
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
I have read, understood and accepted the Terms and Conditions and my application is made subject to the Terms and Conditions. I hereby confirm and make the representations, warranties and provide the indemnities contained therein. I am making my application decision based on the latest version of the marketing materials and Terms and Conditions. |
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
# | |
# Builder layer | |
# | |
FROM node:6-alpine as ghost-builder | |
RUN npm install --loglevel=error -g ghost-cli | |
ENV GHOST_VERSION 1.17.0 | |
ENV GHOST_INSTALL /var/lib/ghost | |
ENV GHOST_CONTENT /var/lib/ghost/content | |
ENV GHOST_USER node |
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
Here is the error: | |
``` | |
Step 20/25 : RUN cp -r "$GHOST_CONTENT" "$GHOST_INSTALL/content.bck" && npm install -g knex-migrator | |
---> Running in 6cbaf1d330dc | |
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules | |
/usr/local/lib | |
`-- [email protected] | |
+-- [email protected] | |
+-- [email protected] |
I hereby claim:
- I am pascalandy on github.
- I am askpascalandy (https://keybase.io/askpascalandy) on keybase.
- I have a public key ASCw0ZfgWe2JxIWD7bzAFACV3e4aSsLxteEDZxH0mRUhrgo
To claim this, I am signing this object:
This is our wall of fame! If you don't know how we roll, we believe this is the proof of our commitment to make you look like a gentleman.
Happy clients are everything to us. Without you guys we would be living on the street (or in our Mom's basement). Thank you so much for trusting us over all those years.
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
# Install completions for docker suite | |
# if needed | |
# brew upgrade docker-completion | |
brew tap homebrew/completions && \ | |
brew install docker-completion && \ | |
brew install docker-compose-completion && \ | |
brew upgrade docker-machine-completion && \ | |
brew install docker-machine-completion |
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
#!/usr/bin/env bash | |
############################################################################### | |
# Bash best practice | |
############################################################################### | |
# Exit on error. Append "|| true" if you expect an error. | |
set -o errexit | |
# Print a helpful message if a pipeline with non-zero exit code causes the | |
# script to exit as described above. |
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
4.0K LICENSE | |
4.0K README.md | |
412.0K assets | |
4.0K author.hbs | |
4.0K default.hbs | |
4.0K error-404.hbs | |
4.0K error.hbs | |
4.0K gulpfile.js | |
4.0K index.hbs | |
4.0K package.json |