Skip to content

Commit

Permalink
Re-enable default install template
Browse files Browse the repository at this point in the history
  • Loading branch information
colinwilson committed Sep 28, 2017
1 parent 08f79a6 commit b40636a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.2.9] - 28-09-2017
### Update
- Reverse deletion of default install template

## [0.2.8] - 26-09-2017
### Update
- Upgrade Craft to 2.6.2990
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ ADD https://download.buildwithcraft.com/craft/$CRAFT_VERSION/$CRAFT_VERSION.$CRA

# Extract craft to webroot & remove default template files
RUN unzip -qqo /tmp/$CRAFT_ZIP 'craft/*' -d /usr/share/nginx/ && \
unzip -qqoj /tmp/$CRAFT_ZIP 'public/index.php' -d /usr/share/nginx/html && \
rm -rf /usr/share/nginx/craft/templates/*
unzip -qqoj /tmp/$CRAFT_ZIP 'public/index.php' -d /usr/share/nginx/html

# Add default craft cms nginx config
ADD ./default.conf /etc/nginx/conf.d/default.conf
Expand Down

0 comments on commit b40636a

Please sign in to comment.