From 09a59f170cbfe90bc3bab83c3106c1f213480202 Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Mon, 2 Mar 2026 08:14:01 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 593c2c3..638eebc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,5 +11,4 @@ RUN apt-get update && apt-get install -y --no-install-recommends libpython3.11 p echo 'alias pip="pip3"' >> /root/.bashrc && \ echo 'alias python="python3"' >> /root/.bashrc -WORKDIR /tmp CMD ["npm", "run", "start"]