Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
SallySwartz committed Apr 13, 2018
0 parents commit 7ba3523
Show file tree
Hide file tree
Showing 3 changed files with 905 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM indiehosters/discourse:2.0.0.beta5 as discourse
FROM nginx
COPY --from=discourse /home/discourse/discourse/public /home/discourse/discourse/public
VOLUME /var/nginx/cache
COPY nginx.conf /etc/nginx/nginx.conf
Loading

0 comments on commit 7ba3523

Please sign in to comment.