Skip to content

Commit

Permalink
Merge pull request #1199 from luba239/patch-1
Browse files Browse the repository at this point in the history
Fix line endings in shell script
  • Loading branch information
tejal29 authored May 4, 2020
2 parents 926dcd8 + 2cac436 commit c641f6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,9 @@ docker run \
-v "$HOME"/.config/gcloud:/root/.config/gcloud \
-v /path/to/context:/workspace \
gcr.io/kaniko-project/executor:latest \
--dockerfile /workspace/Dockerfile
--destination "gcr.io/$PROJECT_ID/$IMAGE_NAME:$TAG"
--context dir:///workspace/"
--dockerfile /workspace/Dockerfile \
--destination "gcr.io/$PROJECT_ID/$IMAGE_NAME:$TAG" \
--context dir:///workspace/
```

There is also a utility script [`run_in_docker.sh`](./run_in_docker.sh) that can be used as follows:
Expand Down

0 comments on commit c641f6f

Please sign in to comment.