Fixing build file

This commit is contained in:
2023-04-07 17:07:46 +02:00
parent 332b516ff4
commit 34259d44b0

View File

@@ -6,6 +6,6 @@ RUN rm -rf /app/.env
WORKDIR /app
CMD ["node", "index.js"]
RUN npm install
RUN npm install
CMD ["node", "index.js"]