X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fmrstub%2FDockerfile;h=ac075bfd549ba92b8f50fdcdf6c712cb31a057a1;hb=45ba7815fa87c5999c521b06becf2d54f98e693a;hp=676c77ca1abdc3a66acb3bef59949b4196edeea4;hpb=09a330ba372e9400522fa38184b3c0ef536972d5;p=nonrtric.git diff --git a/test/mrstub/Dockerfile b/test/mrstub/Dockerfile index 676c77ca..ac075bfd 100644 --- a/test/mrstub/Dockerfile +++ b/test/mrstub/Dockerfile @@ -1,5 +1,5 @@ # ============LICENSE_START=============================================== -# Copyright (C) 2020 Nordix Foundation. All rights reserved. +# Copyright (C) 2021 Nordix Foundation. All rights reserved. # ======================================================================== # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -34,4 +34,4 @@ RUN pip install -r requirements.txt RUN chmod +x start.sh -CMD [ "./start.sh" ] \ No newline at end of file +CMD [ "./start.sh" ]