Transition from busybox httpd to nginx
This commit is contained in:
3
Dockerfile
Normal file
3
Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM docker.io/nginx:1-alpine
|
||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
COPY ./www /www
|
||||
Reference in New Issue
Block a user