run npm audit fix for docs (#6755)

* run npm audit fix

* fix docker set up not running due to invalid volume spec in base image
This commit is contained in:
Thomas Kooi 2019-01-02 00:05:28 +01:00 committed by GitHub
parent 62710f27c2
commit 0bb339bf51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 3295 additions and 2210 deletions

View File

@ -1,6 +1,6 @@
FROM phpcommunity/github-pages
FROM starefossen/github-pages
LABEL maintainer "bux"
COPY ./entrypoint.sh /usr/src/app
COPY entrypoint.sh /usr/local/bin/entrypoint
ENTRYPOINT ["./entrypoint.sh"]
ENTRYPOINT ["/usr/local/bin/entrypoint"]

View File

@ -8,7 +8,6 @@ services:
dockerfile: Dockerfile
environment:
JEKYLLARGS: --incremental
ports:
- "4000:4000"
ports: ['4000:4000']
volumes:
- ./:/usr/src/app
- './:/usr/src/app'

0
docs/entrypoint.sh Normal file → Executable file
View File

File diff suppressed because it is too large Load Diff

View File

@ -2,11 +2,11 @@
"name": "ACE3",
"version": "0.1.0",
"devDependencies": {
"grunt": "^1.0.2",
"grunt": "^1.0.3",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-imagemin": "^1.0.1",
"grunt-contrib-imagemin": "^3.1.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^2.1.0"
}
}