Порт приложения 3107 (Docker), обновлена документация; удалён локальный .command
Made-with: Cursor
This commit is contained in:
+1
-1
@@ -24,6 +24,6 @@ COPY --from=backend-build /app/backend/package.json ./package.json
|
||||
COPY --from=frontend-build /app/frontend/dist ./public
|
||||
COPY docker-entrypoint.sh /docker-entrypoint.sh
|
||||
RUN chmod +x /docker-entrypoint.sh
|
||||
EXPOSE 3000
|
||||
EXPOSE 3107
|
||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||
CMD ["node", "dist/index.js"]
|
||||
|
||||
Reference in New Issue
Block a user