Przeglądaj źródła

Update Dockerfile

qiaofeng1227 2 lat temu
rodzic
commit
f81dc6bf24
1 zmienionych plików z 1 dodań i 1 usunięć
  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 source and install pip dependencies