Skip to content

Commit 68cb047

Browse files
committed
more
1 parent 7936616 commit 68cb047

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed

Dockerfile

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
FROM stackbrew/ubuntu:12.04
2-
MAINTAINER Ben Firshman "[email protected]"
3-
RUN apt-get update -qq && apt-get -y install nginx
4-
5-
RUN echo "daemon off;" >> /etc/nginx/nginx.conf
6-
RUN mkdir /etc/nginx/ssl
7-
ADD default /etc/nginx/sites-available/default
8-
ADD default-ssl /etc/nginx/sites-available/default-ssl
9-
10-
EXPOSE 80
11-
12-
CMD ["nginx"]
13-
1+
FROM orchardup/nginx
2+
ADD public/ /var/www
3+
CMD 'nginx'

LICENSE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
SOFTWARE.
22+
23+
The Dockerfile and nginx configuration are published by https://github.com/orchardup/docker-nginx and licensed under an Apache 2 license, also included in this repository.
24+

public/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This directory is where generated output from Hugo is sent. It must stay in this repository.

0 commit comments

Comments
 (0)