pathfinder-containers/pf-websocket.Dockerfile
Ava Affine 7d7fe4ce66
All checks were successful
build and push / build (push) Successful in 1m2s
need them here too
Signed-off-by: Ava Affine <ava@sunnypup.io>
2026-02-03 16:11:53 -08:00

9 lines
173 B
Docker

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"]