You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
201 B
9 lines
201 B
FROM registry.cn-hangzhou.aliyuncs.com/dockerhub_mirror/nginx
|
|
|
|
COPY ./dist /data
|
|
|
|
RUN rm /etc/nginx/conf.d/default.conf
|
|
|
|
ADD pig-ui.conf /etc/nginx/conf.d/default.conf
|
|
|
|
RUN /bin/bash -c 'echo init ok'
|