From 75c7a2557c7884a617703df5c859424451dddd98 Mon Sep 17 00:00:00 2001 From: jgj52 Date: Thu, 19 Jun 2025 19:32:05 +0200 Subject: [PATCH] Edit Dockerfile --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c918755..ea80016 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,4 @@ RUN npm install COPY . . -ARG PORT=3000 -ENV PORT=$PORT - CMD ["node", "index.js"]