Commit 71b4c3d5 authored by Tobias Munk's avatar Tobias Munk

updated build

parent 8816fa8c
Pipeline #20937 passed with stages
in 28 seconds
version: '2'
services:
php:
build:
dockerfile: Dockerfile
context: .
build: .
environment:
- PHP_USER_ID=82
- GITHUB_API_TOKEN=${GITHUB_API_TOKEN}
......@@ -14,4 +12,6 @@ services:
- ./src:/app/src
- ./web:/app/web
- ./tests:/app/tests
- ./codeception.yml:/app/codeception.yml
\ No newline at end of file
- ./codeception.yml:/app/codeception.yml
ports:
- 20080:80
version: '2'
services:
php:
build: .
ports:
- 20080:80
image: ${STACK_PHP_IMAGE}
version: '2'
services:
php:
build: .
forrest:
image: codeception/codeception:2.2.7
environment:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment