Просмотр исходного кода

Merge remote-tracking branch 'origin/main'

TooY 2 лет назад
Родитель
Сommit
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 
 WORKDIR /usr/src/app
 
-# Copy sw and install pip dependencies
+# Copy sources and install pip dependencies
 COPY api ./api
 COPY static ./static
 COPY requirements.txt main.py  ./