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