mirror of
https://github.com/nikdoof/docker-sthttpd.git
synced 2025-12-23 22:39:24 +00:00
Initial commit.
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
# Minimal sthttpd container
|
||||
|
||||
FROM ubuntu
|
||||
MAINTAINER Andrew Williams <andy@tensixtyone.com>
|
||||
|
||||
ADD buildpackage.sh /tmp/
|
||||
ADD base_www /www
|
||||
RUN /tmp/buildpackage.sh
|
||||
|
||||
EXPOSE 80
|
||||
CMD ["/usr/local/sbin/thttpd", "-p", "80", "-d", "/www"]
|
||||
Reference in New Issue
Block a user