m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-20 01:23:43 -05:00

Refactor Makefile and Dockerfiles

This commit is contained in:
Junegunn Choi
2015-01-11 14:19:50 +09:00
parent 313578a1a0
commit 6c3489087c
4 changed files with 29 additions and 29 deletions

View File

@@ -13,12 +13,8 @@ ENV GOPATH /go
ENV GOROOT /go1.4
ENV PATH /go1.4/bin:$PATH
# Symlink fzf directory
RUN mkdir -p /go/src/github.com/junegunn && \
ln -s /fzf /go/src/github.com/junegunn/fzf
# Volume
VOLUME /fzf
VOLUME /go
# Default CMD
CMD cd /go/src/github.com/junegunn/fzf/src && /bin/bash