Skip to content

Commit fd12d8a

Browse files
tillmannrngabor84
andcommitted
Build image from docker-compose instead of Dockerfile
EME-1254 Co-authored-by: Gabor Nemeth <negabor@gmail.com>
1 parent 181f5fa commit fd12d8a

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
FROM emarsys/php7:7.1-apache

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
web:
4-
build: ./
4+
image: emarsys/php7:7.1-apache
55
volumes:
66
- ".:/var/www/html/:delegated"
77
- "~/.composer/docker-cache/:/root/.composer:cached"

0 commit comments

Comments
 (0)