Skip to content

Commit

Permalink
style: remove some white-space occurrences (eritislami#905)
Browse files Browse the repository at this point in the history
* style(readme.md, dockerfile): remove some white-space occurrences

This change removes occurences of white-space in README.md and Dockerfile

* style(readme.md): return spaces for nested list back

This change returns spaces that needed for nested list
  • Loading branch information
SecondThundeR authored Sep 18, 2021
1 parent ab9db1f commit 48e33a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ ENV USER=evobot
RUN apt-get update && \
apt-get install -y python3 build-essential && \
apt-get purge -y --auto-remove

# create evobot user
RUN groupadd -r ${USER} && \
useradd --create-home --home /home/evobot -r -g ${USER} ${USER}

# set up volume and user
USER ${USER}
WORKDIR /home/evobot
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
2.1 **(Optional)** Soundcloud Client ID **[Guide](https://github.com/zackradisic/node-soundcloud-downloader#client-id)**
3. Node.js v14.0.0 or newer

## 🚀 Getting Started
## 🚀 Getting Started

```sh
git clone https://github.com/eritislami/evobot.git
Expand Down

0 comments on commit 48e33a4

Please sign in to comment.