Skip to content

Commit

Permalink
Fixed directory provided to COPY command (#1783)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajchili authored and k8s-ci-robot committed Aug 9, 2019
1 parent 9835b5b commit d32519d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile.visualization
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ENV PATH $PATH:/usr/local/gcloud/google-cloud-sdk/bin

WORKDIR /src

COPY src/apiserver/visualization /src
COPY backend/src/apiserver/visualization /src

RUN pip3 install -r requirements.txt

Expand Down

0 comments on commit d32519d

Please sign in to comment.