docs: Correct (and test) documented examples (#27)

This commit is contained in:
sam 2023-11-29 01:03:52 +07:00 committed by GitHub
parent e8af259fb1
commit 15c8bf3149
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 77 additions and 11 deletions

View file

@ -9,3 +9,6 @@ RUN echo "Hello, World 3! \$(date)" > /files/003.txt
RUN echo "Hello, World 4! \$(date)" > /files/x/004.txt
RUN echo "Hello, World 5! \$(date)" > /files/x/005.txt
RUN echo "Hello, World 6! \$(date)" > /files/y/006.txt
RUN mkdir -p /app/
RUN echo "<h1>Hello, World!</h1>" > /app/index.html