mirror of https://github.com/Squidex/squidex.git
3 changed files with 6 additions and 3 deletions
@ -1,8 +1,10 @@ |
|||||
version: '2' |
version: '2' |
||||
services: |
services: |
||||
build: |
squidex-build: |
||||
|
# Use custom aspnet images where phantomjs is installed |
||||
image: sebastianstehle/aspnetcore-build:1.1.0-projectjson-phantomjs |
image: sebastianstehle/aspnetcore-build:1.1.0-projectjson-phantomjs |
||||
volumes: |
volumes: |
||||
- .:/sln |
- .:/sln |
||||
working_dir: /sln |
working_dir: /sln |
||||
|
# Run the build script on local folder |
||||
entrypoint: ["sh", "./build.sh"] |
entrypoint: ["sh", "./build.sh"] |
||||
Loading…
Reference in new issue