split images, pull more env vars out

This commit is contained in:
greg2010 2022-08-02 00:36:56 -04:00
parent 6ea4fa0026
commit 804a5229ab
No known key found for this signature in database
GPG key ID: 900A237110AFCA71
10 changed files with 78 additions and 46 deletions

7
pf-websocket.Dockerfile Normal file
View 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"]