diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b0a3c6b..8f2a5a4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,7 @@ deploy: - master script: - ls -a - - docker run -d --name ${APP_NAME} -p ${OUTSIDE_PORT}:${INSIDE_PORT} ${IMAGE_NAME} + - docker run -t -d --name ${APP_NAME} -p ${OUTSIDE_PORT}:${INSIDE_PORT} ${IMAGE_NAME} rmimg: stage: rmimg diff --git a/Dockerfile b/Dockerfile index 6383775..9fcee5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,5 +5,5 @@ WORKDIR /app RUN pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple COPY . /app -# CMD sh go.sh && python -i -CMD sleep 100000000 +CMD sh go.sh && python +# CMD sleep 100000000