bypassing npm all together
This commit is contained in:
+1
-1
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user