浏览代码

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