5 lines
64 B
Docker
5 lines
64 B
Docker
ARG BASEIMAGE
|
|
|
|
FROM $BASEIMAGE
|
|
|
|
COPY build /usr/share/nginx/html |