fix: index.js в корне для платформы
This commit is contained in:
+1
-1
@@ -8,4 +8,4 @@ RUN npm install --production
|
||||
COPY . .
|
||||
|
||||
EXPOSE 3000
|
||||
CMD ["node", "src/index.js"]
|
||||
CMD ["node", "index.js"]
|
||||
|
||||
Reference in New Issue
Block a user