Files
provisioning/dockerfiles/services/filesystem/Dockerfile

4 lines
54 B
Docker

FROM kyma/docker-nginx
COPY src/ /var/www
CMD 'nginx'