We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b388766 + ae92eec commit 8e23d72Copy full SHA for 8e23d72
1 file changed
docs/part-3/section-3.md
@@ -20,7 +20,7 @@ RUN chmod a+x /usr/local/bin/yt-dlp
20
ENTRYPOINT ["/usr/local/bin/yt-dlp"]
21
```
22
23
-We will add an user called _appuser_ with the following command
+We will add a user called _appuser_ with the following command
24
25
```dockerfile
26
RUN useradd -m appuser
0 commit comments