1
0
forked from MTSR/mapserver

cache go binaries in Dockerfile

This commit is contained in:
NatureFreshMilk 2019-03-22 12:36:53 +01:00
parent 70e859ca07
commit 4ae3ab9058

View File

@ -6,6 +6,7 @@ RUN apt-get update &&\
apt-get update &&\ apt-get update &&\
apt-get install -y golang-go apt-get install -y golang-go
VOLUME /root/go
COPY ./ /server COPY ./ /server
RUN cd /server && make build RUN cd /server && make build