Skip to content
This repository has been archived by the owner on Aug 23, 2021. It is now read-only.

Commit

Permalink
Make nginx use nginx:alpine-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
pecio committed May 13, 2017
1 parent 89ac0c0 commit 99f8d3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# nginx as a frontend for a Rails application
FROM nginx
FROM nginx:stable-alpine

ADD nginx.conf /etc/nginx/nginx.conf
ADD default /etc/nginx/default.site
ADD cert.key /etc/nginx/cert.key
ADD cert.crt /etc/nginx/cert.crt
ADD nginx.conf default.site cert.key cert.crt /etc/nginx/

EXPOSE 80
EXPOSE 443

CMD ["nginx", "-g", "daemon off;"]
File renamed without changes.

0 comments on commit 99f8d3a

Please sign in to comment.