need them here too
All checks were successful
build and push / build (push) Successful in 1m2s

Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
Ava Apples Affine 2026-02-03 16:11:53 -08:00
parent c4ff0c07ff
commit 7d7fe4ce66

View file

@ -2,6 +2,8 @@ FROM composer:2.3.10
COPY websocket /app
WORKDIR /app
RUN apk update && apk add git composer npm nodejs
RUN composer install
ENTRYPOINT ["/usr/local/bin/php", "cmd.php"]