Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
parent
c4ff0c07ff
commit
7d7fe4ce66
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,8 @@ FROM composer:2.3.10
|
||||||
COPY websocket /app
|
COPY websocket /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
RUN apk update && apk add git composer npm nodejs
|
||||||
|
|
||||||
RUN composer install
|
RUN composer install
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/local/bin/php", "cmd.php"]
|
ENTRYPOINT ["/usr/local/bin/php", "cmd.php"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue