Skip to content
This repository has been archived by the owner on Aug 19, 2019. It is now read-only.

Commit

Permalink
Copy entrypoint.sh to the docker working directory. (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpeshansky authored Jul 17, 2018
1 parent 51ca769 commit a926bc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ docker: $(DEB_PKG) ../pkg/docker/Dockerfile-$(DISTRO)
export DOCKER_DIR=$$TMPDIR/docker && \
mkdir -p $$DOCKER_DIR && \
cp ../pkg/docker/Dockerfile-$(DISTRO) $$DOCKER_DIR/Dockerfile && \
cp ../pkg/docker/entrypoint.sh $$DOCKER_DIR/ && \
cp $(DEB_PKG) $$DOCKER_DIR/ && \
docker build --build-arg package="$(DEB_PKG)" -t $(DOCKER_IMAGE):$(DOCKER_TAG) $$DOCKER_DIR && \
$(RM) -r $$TMPDIR
Expand Down

0 comments on commit a926bc6

Please sign in to comment.