/url-shortener

Allows add an internal link for the external

Primary LanguageRuby

URL Shortener

Usage

Build your image $ docker build -t url_shortener .

Build container $ docker run --restart=always -p 4000:4000 -d -it url_shortener