This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM segment/base:v3 | |
COPY bin/service /replay-service | |
EXPOSE 3000 | |
ENTRYPOINT ["/replay-service"] | |
CMD ["--bind", ":3000", "--poll-interval", "5m"] |
@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
Hi Calvin. What is the meaning of SECRET here?