Change make to go build

This commit is contained in:
gmemstr 2017-10-07 14:10:46 -07:00
parent 7bf3acda94
commit 6d239a8602

View file

@ -15,7 +15,7 @@ ADD . /POGO
# 6. Create empty feed files
RUN go get github.com/tools/godep && \
godep restore && \
make linux && chmod +x pogoapp && \
go build -o pogoapp && chmod +x pogoapp && \
ls -al && \
mkdir podcasts && \
touch assets/web/feed.rss assets/web/feed.json && \