mirror of
https://gitee.com/log4j/pig-ui.git
synced 2024-12-22 04:57:10 +08:00
10 lines
201 B
Docker
Executable File
10 lines
201 B
Docker
Executable File
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'
|