Skip to content

Instantly share code, notes, and snippets.

@calvinfo
Created October 3, 2015 22:10
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save calvinfo/c9ffb5c28133be525c62 to your computer and use it in GitHub Desktop.
Save calvinfo/c9ffb5c28133be525c62 to your computer and use it in GitHub Desktop.
FROM segment/base:v3
COPY bin/service /replay-service
EXPOSE 3000
ENTRYPOINT ["/replay-service"]
CMD ["--bind", ":3000", "--poll-interval", "5m"]
@xameeramir
Copy link

Hi Calvin. What is the meaning of SECRET here?

@OJFord
Copy link

OJFord commented Apr 14, 2016

@xameeramir Unlike repos, gists are never truly private - when 'secret' they're simply unlisted; you can view them if you follow a link, or guess a (username, hash) combination with some serious luck!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment