Add initial search prototype

This commit is contained in:
Joe
2021-04-26 11:50:36 -05:00
parent 1a1cd67849
commit 929ef0e127
3 changed files with 53 additions and 0 deletions

4
Dockerfile Normal file
View File

@ -0,0 +1,4 @@
FROM busybox
ADD testfile.txt .
RUN rm testfile.txt && mkdir app && echo "hello" > /app/othertestfile.txt