Ver código fonte

Update Dockerfile

qiaofeng1227 2 anos atrás
pai
commit
229f4a4eba
1 arquivos alterados com 1 adições e 1 exclusões
  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