瀏覽代碼

Merge remote-tracking branch 'origin/main'

TooY 2 年之前
父節點
當前提交
1968fe18b5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      appmanage/Dockerfile

+ 1 - 1
appmanage/Dockerfile

@@ -4,7 +4,7 @@ LABEL maintainer="Websoft9<help@websoft9.com>"
 # Create api directory 
 # Create api directory 
 WORKDIR /usr/src/app
 WORKDIR /usr/src/app
 
 
-# Copy sw and install pip dependencies
+# Copy sources and install pip dependencies
 COPY api ./api
 COPY api ./api
 COPY static ./static
 COPY static ./static
 COPY requirements.txt main.py  ./
 COPY requirements.txt main.py  ./