Browse Source

Update Dockerfile

qiaofeng1227 2 years ago
parent
commit
8ae1d344b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      appmanage/Dockerfile

+ 1 - 1
appmanage/Dockerfile

@@ -1,7 +1,7 @@
 FROM python:3.10-slim
 LABEL maintainer="Websoft9<help@websoft9.com>"
 
-# Create Api Directory 
+# Create api Directory 
 WORKDIR /usr/src/app
 
 # Copy sources and install pip dependencies