3 lines
97 B
Docker
3 lines
97 B
Docker
FROM registry.gitlab.com/severinkaderli/nginx-docker:master
|
|
COPY ./output /usr/share/nginx/html
|
|
|