mirror of
https://gitee.com/log4j/pig-ui.git
synced 2024-12-22 21:22:33 +08:00
9 lines
153 B
Docker
Executable File
9 lines
153 B
Docker
Executable File
FROM nginx
|
|
|
|
COPY ./dist /data
|
|
|
|
RUN rm /etc/nginx/conf.d/default.conf
|
|
|
|
ADD pigx-ui.conf /etc/nginx/conf.d/default.conf
|
|
|
|
RUN /bin/bash -c 'echo init ok' |