8 lines
156 B
Docker
8 lines
156 B
Docker
ARG DOCKER_BASEIMAGE
|
|
FROM ${DOCKER_BASEIMAGE}
|
|
|
|
ARG DOCKER_MAINTAINER
|
|
LABEL maintainer="${DOCKER_MAINTAINER}"
|
|
|
|
# Uncomment if you use assets/
|
|
#COPY assets/ / |