diff --git a/actions/dot-cli/Dockerfile b/actions/dot-cli/Dockerfile index b476af3..7b7d91f 100755 --- a/actions/dot-cli/Dockerfile +++ b/actions/dot-cli/Dockerfile @@ -32,7 +32,7 @@ COPY dot-service.yml ${DOT_SERVICES_HOME} ARG tkn=$1 #Replace the token with the value passed in the docker workflow action -RUN sed -i '' -e "s/token_plchldr/$tkn/g" "${DOT_SERVICES_HOME}dot-service.yml" +RUN sed -i -e "s/token_plchldr/$tkn/g" "${DOT_SERVICES_HOME}dot-service.yml" RUN cat "${DOT_SERVICES_HOME}dot-service.yml"