Skip to content
This repository has been archived by the owner on Mar 7, 2022. It is now read-only.

Commit

Permalink
added test success page
Browse files Browse the repository at this point in the history
  • Loading branch information
cleggypdc committed Feb 8, 2016
1 parent 8033723 commit 8957aae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,13 @@ RUN rm /etc/apache2/sites-enabled/*
RUN rm /var/www/*

#create volume directory
RUN mkdir -p /var/www/website/var
ADD success.html /var/www/success.html
RUN chown -R www-data:www-data /var/www
ADD vhost.conf /etc/apache2/sites-enabled/000-default

# add a success html page for testing it works


# set root password
# DO NOT UNCOMMENT THIS IS PRODUCTION
##RUN echo "root:root" | chpasswd
Expand Down
1 change: 1 addition & 0 deletions success.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<p>Success!!</p>

0 comments on commit 8957aae

Please sign in to comment.