diff --git a/appmanage/Dockerfile b/appmanage/Dockerfile index a91be124..81e1966d 100644 --- a/appmanage/Dockerfile +++ b/appmanage/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.10-slim LABEL maintainer="Websoft9" -LABEL version="0.5.8" +LABEL version="0.7.5" # Create API Directory WORKDIR /usr/src/app @@ -20,4 +20,4 @@ RUN pip install -r requirements.txt RUN mkdir /data # Expose the port in which the application will be deployed -EXPOSE 5000 \ No newline at end of file +EXPOSE 5000