Docker: Use working directory instead of hardcoded dist version

- By using the current (.) working directory, we can get the latest changes in the Docker image.
  If the building of Docker images is automated, it will automatically pick up the checked out version.
- Rearrange some Docker layers things that don't invalidate that much.
This commit is contained in:
Jens Kat
2017-09-09 12:46:35 +02:00
parent ee2fba415a
commit a3e1821ca0
3 changed files with 22 additions and 7 deletions

5
.gitignore vendored
View File

@@ -1,8 +1,11 @@
/node_modules
/public/storage
/vendor
Homestead.json
Homestead.yaml
.env
public/google*.html
report.html
### Composer ###
composer.phar
/vendor/