Browse Source

Update Dockerfile

qiaofeng1227 2 năm trước cách đây
mục cha
commit
eaf7d893b8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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