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