6 lines
201 B
Docker
6 lines
201 B
Docker
ARG BROWSER_BASE_IMAGE
|
|
FROM ${BROWSER_BASE_IMAGE}
|
|
|
|
COPY --chmod=0755 docker-entrypoint.sh /usr/local/bin/creatorhub-browser-entrypoint.sh
|
|
ENTRYPOINT ["/usr/local/bin/creatorhub-browser-entrypoint.sh"]
|