Fix CI by removing Dockerfile workdir

This commit is contained in:
Marcus Cobden
2018-09-26 10:39:09 +01:00
parent aafab27c74
commit 3a0dc3c34f
2 changed files with 7 additions and 1 deletions

View File

@@ -5,7 +5,6 @@ FROM node:8.11
ENV NPM_CONFIG_LOGLEVEL=warn
ENV NPM_CONFIG_PROGRESS=false
ENV XDG_CACHE_HOME=/home/weave/scope/.cache
WORKDIR /home/weave/scope/client
ARG revision
LABEL maintainer="Weaveworks <help@weave.works>" \