blog/deploy/docker/Dockerfile

5 lines
64 B
Docker

ARG BASEIMAGE
FROM $BASEIMAGE
COPY build /usr/share/nginx/html