mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
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:
parent
62710f27c2
commit
0bb339bf51
@ -1,6 +1,6 @@
|
|||||||
FROM phpcommunity/github-pages
|
FROM starefossen/github-pages
|
||||||
LABEL maintainer "bux"
|
LABEL maintainer "bux"
|
||||||
|
|
||||||
COPY ./entrypoint.sh /usr/src/app
|
COPY entrypoint.sh /usr/local/bin/entrypoint
|
||||||
|
|
||||||
ENTRYPOINT ["./entrypoint.sh"]
|
ENTRYPOINT ["/usr/local/bin/entrypoint"]
|
||||||
|
@ -8,7 +8,6 @@ services:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
environment:
|
environment:
|
||||||
JEKYLLARGS: --incremental
|
JEKYLLARGS: --incremental
|
||||||
ports:
|
ports: ['4000:4000']
|
||||||
- "4000:4000"
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./:/usr/src/app
|
- './:/usr/src/app'
|
||||||
|
0
docs/entrypoint.sh
Normal file → Executable file
0
docs/entrypoint.sh
Normal file → Executable file
5500
docs/src/package-lock.json
generated
5500
docs/src/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -2,11 +2,11 @@
|
|||||||
"name": "ACE3",
|
"name": "ACE3",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt": "^1.0.2",
|
"grunt": "^1.0.3",
|
||||||
"grunt-contrib-concat": "^1.0.1",
|
"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-uglify": "^2.0.0",
|
||||||
"grunt-contrib-watch": "^1.0.1",
|
"grunt-contrib-watch": "^1.1.0",
|
||||||
"grunt-sass": "^2.1.0"
|
"grunt-sass": "^2.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user