Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down