Skip to content

Instantly share code, notes, and snippets.

@roommen
Created December 30, 2019 18:12
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 roommen/61a0de13e9ee65e886d11042d359a586 to your computer and use it in GitHub Desktop.
Save roommen/61a0de13e9ee65e886d11042d359a586 to your computer and use it in GitHub Desktop.
Dockerfile - Happy New Year 2020
FROM alpine:3.9
MAINTAINER Runcy Oommen
COPY hny.txt .
CMD ["cat", "hny.txt"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment