diff --git a/Dockerfile b/Dockerfile index 3368348..1bdd21b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,6 @@ RUN pip install --no-cache-dir -r requirements.txt COPY . . -CMD ["python", "run.py"] +EXPOSE 5555 + +CMD ["python", "run.py"] \ No newline at end of file diff --git a/app/client/templates/base.html b/app/client/templates/base.html index 95ebb28..fc003b0 100644 --- a/app/client/templates/base.html +++ b/app/client/templates/base.html @@ -20,7 +20,7 @@
ShortMe is a free tool to shorten URLs. Create a short & memorable URL in seconds.