mirror of
https://forgejo.merr.is/annika/actions-docker-extract.git
synced 2025-12-13 12:54:30 -05:00
docs: Correct (and test) documented examples (#27)
This commit is contained in:
parent
e8af259fb1
commit
15c8bf3149
3 changed files with 77 additions and 11 deletions
3
.github/tests/Dockerfile
vendored
3
.github/tests/Dockerfile
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue