Add webserver dockerfile

This commit is contained in:
2023-08-01 13:02:55 -07:00
parent 326edb7650
commit ced424ac03
6 changed files with 94 additions and 0 deletions

4
webserver/Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM busybox:latest
COPY webserver /usr/bin/webserver
RUN mkdir /html
ENTRYPOINT webserver