split images, pull more env vars out
This commit is contained in:
parent
6ea4fa0026
commit
804a5229ab
10 changed files with 78 additions and 46 deletions
7
pf-websocket.Dockerfile
Normal file
7
pf-websocket.Dockerfile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
FROM composer:2.3.10
|
||||
COPY websocket /app
|
||||
WORKDIR /app
|
||||
|
||||
RUN composer install
|
||||
|
||||
ENTRYPOINT ["/usr/local/bin/php", "cmd.php"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue