Setting path to find Go

lektura
Jonas Oberg 2017-06-13 11:08:19 +02:00
parent 59844fa9c0
commit 1599d7ce2e
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
FROM php:7.0-apache
ENV PATH ${PATH}:/usr/local/go/bin
ENV GOPATH /srv/go
RUN mkdir /srv/go