Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanlindgren committed Nov 9, 2014
1 parent 593cc47 commit 05492a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -4,7 +4,7 @@ MAINTAINER "Dylan Lindgren" <dylan.lindgren@gmail.com>

WORKDIR /tmp

# Install prerequisites for Nginx compile
# Install Nginx
RUN apt-get update -y && \
apt-get install -y nginx

Expand All @@ -26,4 +26,4 @@ EXPOSE 80
EXPOSE 443

WORKDIR /opt/bin
ENTRYPOINT ["/opt/bin/nginx-start.sh"]
ENTRYPOINT ["/opt/bin/nginx-start.sh"]

0 comments on commit 05492a2

Please sign in to comment.