4 lines
141 B
Docker
4 lines
141 B
Docker
|
FROM nginxinc/nginx-unprivileged:alpine
|
||
|
LABEL org.opencontainers.image.source https://gianet.us/codyops/apex
|
||
|
COPY dist /usr/share/nginx/html
|