#tradewind:add nginx
This commit is contained in:
6
nginx/dockerfile
Normal file
6
nginx/dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM nginx:alpine
|
||||
MAINTAINER tradewind
|
||||
RUN sed -i \
|
||||
's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' \
|
||||
/etc/apk/repositories && apk update
|
||||
WORKDIR /var/www/http/
|
Reference in New Issue
Block a user