From d5280698d1faad201154abcca0d5e247b1c34684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D1=80=D1=83=D0=B3=D0=BB=D0=B8=D1=86=D0=BA=D0=B8?= =?UTF-8?q?=D0=B9=20=D0=9D=D0=B8=D0=BA=D0=B8=D1=82=D0=B0=20=D0=92=D0=B8?= =?UTF-8?q?=D1=82=D0=B0=D0=BB=D1=8C=D0=B5=D0=B2=D0=B8=D1=87?= Date: Thu, 20 Nov 2025 21:39:04 +0600 Subject: [PATCH] deploy --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f55709b..b7cd85d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,5 +8,6 @@ RUN yarn install COPY . . RUN ls -la EXPOSE 80 -CMD ["PORT=80 npx y-websocket"] +ENV PORT=80 +CMD ["npx y-websocket"]