Skip to content

Instantly share code, notes, and snippets.

@portenez
Created June 24, 2019 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save portenez/244be4f0b8d19dc211c681ed5f9e61bb to your computer and use it in GitHub Desktop.
Save portenez/244be4f0b8d19dc211c681ed5f9e61bb to your computer and use it in GitHub Desktop.
gatsby guilder alpine
FROM node:10-alpine
EXPOSE 8000
RUN apk update && \
apk add build-base && \
apk add git && \
apk add python && \
rm -rf /var/cache/apk/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment