Skip to content

Commit

Permalink
Merge branch 'release/2.2.4' into craft-webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Welch committed Mar 27, 2020
2 parents e2e37e1 + e7fcaf3 commit 051646f
Show file tree
Hide file tree
Showing 3 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,5 +1,9 @@
# nystudio107/craft Change Log

## 2.2.4 - 2020.03.27
### Changed
* Skip a superfluous copy operation in the Nginx container

## 2.2.3 - 2020.03.21
### Changed
* Added `SERVERLESS_SHARP_CLOUDFRONT_URL` to the `example.env`
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "craftcms/craft",
"description": "nystudio107 Craft 3.4 CMS scaffolding project",
"version": "2.2.1",
"version": "2.2.4",
"keywords": [
"craft",
"cms",
Expand Down
1 change: 0 additions & 1 deletion docker-config/nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
FROM nginx:1.16

COPY ./docker-config/nginx/default.conf /etc/nginx/conf.d/default.conf
COPY --chown=www-data:www-data ./cms/web /var/www/project/cms/web

0 comments on commit 051646f

Please sign in to comment.