diff --git a/appmanage/Dockerfile b/appmanage/Dockerfile index 204756e5..7153b270 100644 --- a/appmanage/Dockerfile +++ b/appmanage/Dockerfile @@ -18,5 +18,5 @@ RUN chmod +x /etc/supervisor/conf.d/supervisord.conf /cmd.sh RUN pip install -r requirements.txt RUN mkdir /data -# Expose the port in which the application will be deployed +# Expose the port in which the application will be deployed EXPOSE 5000