Skip to content

Instantly share code, notes, and snippets.

@Deborah-Digges
Created October 30, 2020 00:14
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 Deborah-Digges/bb4f02d6d0334880b5b96ffd229e10f2 to your computer and use it in GitHub Desktop.
Save Deborah-Digges/bb4f02d6d0334880b5b96ffd229e10f2 to your computer and use it in GitHub Desktop.
FROM alpine:3.10
RUN apk add --update nodejs nodejs-npm
RUN apk add git
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment