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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user