mirror of
https://github.com/foomo/squadron.git
synced 2026-04-15 18:24:30 +00:00
6 lines
126 B
Docker
6 lines
126 B
Docker
ARG BASE_IMAGE=nginx
|
|
ARG BASE_IMAGE_TAG=latest
|
|
FROM ${BASE_IMAGE}:${BASE_IMAGE_TAG}
|
|
|
|
COPY ./index.html /etc/nginx/templates/.
|