From 47cc1fdfecf4ef3974806c9eb4a09b496334aa26 Mon Sep 17 00:00:00 2001 From: Donny Date: Fri, 30 Aug 2024 08:51:43 -0600 Subject: [PATCH] Updated Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1e3aa33..ddb9041 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ COPY . ./ # Expose port 3000 for the Node.js application EXPOSE 3000 -WORKDIR /app/src +WORKDIR /app # Start the Node.js application CMD [ "node", "app.js" ]