deleted comment, that informs about required composer install
parent
5298a3e41c
commit
d7acf8b0bf
|
@ -7,8 +7,6 @@ RUN composer install
|
|||
# Running this container will start a language server that listens for TCP connections on port 2088
|
||||
# Every connection will be run in a forked child process
|
||||
|
||||
# Please note that before building the image, you have to install dependencies with `composer install`
|
||||
|
||||
FROM php:7-cli
|
||||
MAINTAINER Felix Becker <felix.b@outlook.com>
|
||||
|
||||
|
|
Loading…
Reference in New Issue