mirror of
https://github.com/kevin-DL/ShortMe-URL-Shortener.git
synced 2026-01-15 04:34:44 +00:00
chore: add EXPOSE in Dockerfile
This commit is contained in:
@@ -8,4 +8,6 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
|
||||
CMD ["python", "run.py"]
|
||||
EXPOSE 5555
|
||||
|
||||
CMD ["python", "run.py"]
|
||||
Reference in New Issue
Block a user