LibreY/docker/server/nginx.dockerfile

4 lines
71 B
Docker

RUN apk add nginx
CMD [ "/bin/sh", "-c", "docker/server/prepare.sh" ]