Skip to content

Commit 6f5e783

Browse files
author
root
committed
explicit path in dockerfile
changed copy path to be explicit Change-Id: Id005dc4f588cc447d0c22eddf55c474fe536e344
1 parent 3944ff7 commit 6f5e783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL summary="tempest with nfv-plugin for OpenStack Platform"
55

66
USER default
77

8-
COPY ./ /opt/app-root/
8+
COPY ./ /opt/app-root/nfv-tempest-plugin
99

1010
RUN pip3 install --upgrade pip setuptools \
1111
&& pip3 install -e /opt/app-root/nfv-tempest-plugin \

0 commit comments

Comments
 (0)