diff --git a/Dockerfile b/Dockerfile index a113694..6c49d77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,4 +33,6 @@ ENV LANG it_IT.UTF-8 ENV LANGUAGE it_IT:en ENV LC_ALL it_IT.UTF-8 +EXPOSE 5000 + CMD ["python3","-u","/script/main.py"] \ No newline at end of file