소스 검색

Update Dockerfile

qiaofeng1227 2 년 전
부모
커밋
f81dc6bf24
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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