Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
🐳 Moving the blacklist file to root of the docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
peteclark-ft committed Apr 18, 2017
1 parent 7468681 commit e30d06c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN apk add --update bash \
&& go build -ldflags="${LDFLAGS}" \
&& mv ./publish-carousel / \
&& mv ./*.yml / \
&& mv ./carousel_blacklist.txt / \
&& apk del go git \
&& rm -rf $GOPATH /var/cache/apk/*

Expand Down

0 comments on commit e30d06c

Please sign in to comment.