diff --git a/appmanage/Dockerfile b/appmanage/Dockerfile index 7153b270..e7193988 100644 --- a/appmanage/Dockerfile +++ b/appmanage/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.10-slim LABEL maintainer="Websoft9" -# Create API Directory +# Create API Directorys WORKDIR /usr/src/app # Copy source and install pip dpendencies