From 1c1da0feeaad29f600ae49ba39f70c3afbc5597d Mon Sep 17 00:00:00 2001 From: lxRbckl Date: Sat, 13 Jul 2024 02:16:58 -0500 Subject: [PATCH] Update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8c0a1dd..0027d5d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,4 @@ COPY ./ /usr/app RUN npm install -CMD ["node", "index.js"] \ No newline at end of file +CMD ["node", "app.js"] \ No newline at end of file