Skip to content

Commit

Permalink
Create Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
patmandenver authored Sep 6, 2016
1 parent e6569f3 commit d5a8575
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#Comments
From nginx:1.11

MAINTAINER Patrick Bailey "[email protected]"

ENV PATS_ENV "Our Docker Class"

RUN apt-get update
RUN apt-get install -y \
git \
vim \
tree

EXPOSE 9090

COPY default.conf /etc/nginx/conf.d/default.conf

0 comments on commit d5a8575

Please sign in to comment.