fix: index.js в корне для платформы

This commit is contained in:
2026-05-31 18:49:54 +03:00
parent b1313bc987
commit 677468da09
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -8,4 +8,4 @@ RUN npm install --production
COPY . .
EXPOSE 3000
CMD ["node", "src/index.js"]
CMD ["node", "index.js"]