[Add] Added main func of container

This commit is contained in:
2024-07-31 16:07:06 +03:00
parent 93237ec7d2
commit 24af11f88a
4 changed files with 145 additions and 3 deletions

View File

@@ -6,7 +6,8 @@ MAINTAINER Tan Jin (tjtanjin)
WORKDIR /usr/src/app
# copy all the files to the container
COPY . .
COPY main.py .
COPY req.txt .
RUN mkdir ./images
# install app-specific dependencies