Skip to content

Instantly share code, notes, and snippets.

@romanlab
Created February 12, 2019 08:22
Show Gist options
  • Save romanlab/04311e00211941323ba3a58c87bb56cc to your computer and use it in GitHub Desktop.
Save romanlab/04311e00211941323ba3a58c87bb56cc to your computer and use it in GitHub Desktop.
GitHub Actions Dockerfile
FROM node:10-alpine
COPY . /
ENTRYPOINT [ "/entrypoint.sh" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment