From b91bc6d985d8b16fbaaa4a321c0879964f4e813d Mon Sep 17 00:00:00 2001 From: Dennis Postma Date: Wed, 10 Jul 2024 21:27:39 +0200 Subject: [PATCH] ye --- captain-definition | 1 - 1 file changed, 1 deletion(-) diff --git a/captain-definition b/captain-definition index f004cb5..fd6b73f 100644 --- a/captain-definition +++ b/captain-definition @@ -5,7 +5,6 @@ "RUN mkdir -p /usr/src/app", "WORKDIR /usr/src/app", "COPY ./ /usr/src/app", - "ENV PORT 4000", "RUN npm install && npm cache clean --force && npm run build", "EXPOSE 4000", "CMD [ \"npm\", \"start\" ]"