Skip to content

Commit

Permalink
Fix broken alias when running in folder that has name containing `spa…
Browse files Browse the repository at this point in the history
…ce` character
  • Loading branch information
kai-nguyen-aligent committed Aug 29, 2022
1 parent ba01284 commit 37bfbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ hub as [aligent/serverless](https://hub.docker.com/r/aligent/serverless).
Add the following lines to your `~/.bashrc` file to be able to run it easily...

```
alias node-run='docker run --rm -it --volume ~/.aws:/home/node/.aws --volume ~/.azure:/home/node/.azure --volume ~/.npm:/home/node/.npm --volume $PWD:/app aligent/serverless'
alias node-run='docker run --rm -it --volume ~/.aws:/home/node/.aws --volume ~/.azure:/home/node/.azure --volume ~/.npm:/home/node/.npm --volume "$PWD:/app" aligent/serverless'
alias serverless='node-run serverless'
```

Expand Down

0 comments on commit 37bfbfa

Please sign in to comment.