bypassing npm all together
Test Workflow / test-and-lint (pull_request) Successful in 33s
Build and Push Image / build-and-push (pull_request) Successful in 1m27s

This commit is contained in:
2026-05-18 23:17:39 -07:00
parent 2902b0323e
commit 481e2dc2ed
+1 -1
View File
@@ -20,4 +20,4 @@ WORKDIR /app
COPY . .
RUN npm install --force
CMD npm run start
CMD ["node", "src/app.js"]