Pārlūkot izejas kodu

Update Dockerfile

qiaofeng1227 2 gadi atpakaļ
vecāks
revīzija
8ae1d344b3
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      appmanage/Dockerfile

+ 1 - 1
appmanage/Dockerfile

@@ -1,7 +1,7 @@
 FROM python:3.10-slim
 FROM python:3.10-slim
 LABEL maintainer="Websoft9<help@websoft9.com>"
 LABEL maintainer="Websoft9<help@websoft9.com>"
 
 
-# Create Api Directory 
+# Create api Directory 
 WORKDIR /usr/src/app
 WORKDIR /usr/src/app
 
 
 # Copy sources and install pip dependencies
 # Copy sources and install pip dependencies