We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c20cc83 commit cba8a13Copy full SHA for cba8a13
2 files changed
.travis.yml
@@ -40,7 +40,7 @@ before_deploy:
40
- if ! [ "$BEFORE_DEPLOY_RUN" ]; then
41
export BEFORE_DEPLOY_RUN=1;
42
43
- tools/add_git_tag.sh
+ . tools/add_git_tag.sh
44
45
fi
46
deploy:
tools/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.6
+FROM python:3.6-slim
2
3
COPY build/script-server /app
4
WORKDIR /app
0 commit comments