From f6ddc4419202b33fedd943be02042bdfcd233d6e Mon Sep 17 00:00:00 2001 From: Arthur Carvalho de Queiroz Date: Thu, 9 Feb 2017 11:51:01 -0200 Subject: [PATCH] Change the Docker repository name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed7badc..b26128a 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ This repository contains Dockerfile for publishing Docker's automated build to t First you need to pull the image: - docker pull seif/docker-mono-apache + docker pull seif/mono-apache Then build your project, create a Dockerfile, copy the application to /var/www and start runit: - FROM seif/docker-mono-apache + FROM seif/mono-apache ADD buildOutput/website /var/www/ CMD ["/usr/sbin/apache2ctl", "-D", "FOREGROUND"]