bypassing npm all together (#12)

Reviewed-on: #12
Co-authored-by: Joseph Nelson <joseph.nelson4456@gmail.com>
Co-committed-by: Joseph Nelson <joseph.nelson4456@gmail.com>
This commit was merged in pull request #12.
This commit is contained in:
2026-05-18 23:19:12 -07:00
committed by joseph.nelson4456
parent 2902b0323e
commit b581f76690
+1 -1
View File
@@ -20,4 +20,4 @@ WORKDIR /app
COPY . . COPY . .
RUN npm install --force RUN npm install --force
CMD npm run start CMD ["node", "src/app.js"]