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

updated build

parent 8816fa8c
Pipeline #20937 passed with stages
in 28 seconds
version: '2' version: '2'
services: services:
php: php:
build: build: .
dockerfile: Dockerfile
context: .
environment: environment:
- PHP_USER_ID=82 - PHP_USER_ID=82
- GITHUB_API_TOKEN=${GITHUB_API_TOKEN} - GITHUB_API_TOKEN=${GITHUB_API_TOKEN}
...@@ -14,4 +12,6 @@ services: ...@@ -14,4 +12,6 @@ services:
- ./src:/app/src - ./src:/app/src
- ./web:/app/web - ./web:/app/web
- ./tests:/app/tests - ./tests:/app/tests
- ./codeception.yml:/app/codeception.yml - ./codeception.yml:/app/codeception.yml
\ No newline at end of file ports:
- 20080:80
version: '2' version: '2'
services: services:
php: php:
build: . image: ${STACK_PHP_IMAGE}
ports:
- 20080:80
version: '2' version: '2'
services: services:
php:
build: .
forrest: forrest:
image: codeception/codeception:2.2.7 image: codeception/codeception:2.2.7
environment: 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