routine
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM busybox:1.37.0
|
||||
|
||||
WORKDIR /www
|
||||
|
||||
COPY index.html /www/index.html
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
CMD ["httpd", "-f", "-v", "-p", "8080", "-h", "/www"]
|
||||
Reference in New Issue
Block a user