Skip to content

Commit

Permalink
Merge pull request #267 from YutharsanS/master
Browse files Browse the repository at this point in the history
fix typo in section-3.md
  • Loading branch information
mluukkai authored Jan 4, 2025
2 parents b388766 + ae92eec commit 8e23d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/part-3/section-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN chmod a+x /usr/local/bin/yt-dlp
ENTRYPOINT ["/usr/local/bin/yt-dlp"]
```

We will add an user called _appuser_ with the following command
We will add a user called _appuser_ with the following command

```dockerfile
RUN useradd -m appuser
Expand Down

0 comments on commit 8e23d72

Please sign in to comment.