[Add] Added main func of container
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user