Commit a50a0e54 authored by Elvis Pranskevichus's avatar Elvis Pranskevichus

Dockerfile: Fix goecho server compilation

parent aaac5a11
......@@ -21,7 +21,7 @@ RUN vex --python=python3.5 -m bench pip install -U pip
RUN mkdir -p /var/lib/cache/pip
ADD servers /usr/src/servers
RUN go build /usr/src/servers/goecho.go
RUN cd /usr/src/servers && go build goecho.go
RUN vex bench pip --cache-dir=/var/lib/cache/pip \
install -r /usr/src/servers/requirements.txt
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment