Commit 35e62f05 authored by Tobias Munk's avatar Tobias Munk

updated base-image, packages; added composer cache host-volume

parent d2e6174f
Pipeline #25525 passed with stages
in 52 seconds
FROM dmstr/php-yii2:7.1-fpm-3.0-beta2-alpine-nginx
FROM dmstr/php-yii2:7.1-fpm-3.1-rc3-alpine-nginx
WORKDIR /app
......
This diff is collapsed.
......@@ -13,5 +13,7 @@ services:
- ./web:/app/web
- ./tests:/app/tests
- ./codeception.yml:/app/codeception.yml
# composer-cache on host-volume
- ~/.composer-docker/cache:/root/.composer/cache
ports:
- 20080:80
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