Skip to content

Commit cba8a13

Browse files
committed
#171 fixed exporting of GIT_TAG + changed docker base image to slim
1 parent c20cc83 commit cba8a13

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ before_deploy:
4040
- if ! [ "$BEFORE_DEPLOY_RUN" ]; then
4141
export BEFORE_DEPLOY_RUN=1;
4242

43-
tools/add_git_tag.sh
43+
. tools/add_git_tag.sh
4444

4545
fi
4646
deploy:

tools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.6
1+
FROM python:3.6-slim
22

33
COPY build/script-server /app
44
WORKDIR /app

0 commit comments

Comments
 (0)